Jump to content

Wikipedia:Reference desk/Computing: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Gnu779 (talk | contribs)
 
Line 1: Line 1:
<noinclude>{{Wikipedia:Reference desk/header|WP:RD/C|WP:CHD}}
<noinclude>
[[Category:Non-talk pages that are automatically signed]]
{{#ifeq:{{PROTECTIONLEVEL:edit}}|autoconfirmed|{{pp|small=no}}}}
<!-- Please do not delete the following blank line, the protection template interferes with the TOC otherwise -->

{{Wikipedia:Reference desk/header|WP:RD/C|WP:CHD}}
[[<!-- ok -->Category:Non-talk pages that are automatically signed]]
[[Category:Pages automatically checked for incorrect links]]
[[Category:Pages automatically checked for incorrect links]]
[[Category:Wikipedia help forums]]
[[Category:Wikipedia help forums]]
[[Category:Wikipedia reference desk|Computing]]
[[Category:Wikipedia reference desk|Computing]]
[[Category:Wikipedia help pages with dated sections]]
[[Category:Wikipedia resources for researchers]]
</noinclude>
</noinclude>


= December 27 =
= December 6 =

== Help with Installing a Dual Boot on an Ancient PC ==

I am currently sitting in front of an ancient PC. Here are its specs:

AMD Athlon 64*2 Dual Core Processor 4600+ 2.41 GHz,
1.93 GB of RAM,
74.5 GB of C: drive, about 39.3 GB of which is unused,
running Windows XP, Home Edition, Version 2002, Service Pack 3.

The machine itself is physically sound, except for a rattly cooling fan. It seems a waste to dispose of it just because it has been replaced by a more up-to-date machine. So, I'd like to use it to learn how to set up a dual boot for a suitable version of Linux, then use the machine to run OpenOffice and a suitable web browser (probably something like Firefox or Pale Moon). Problem is this: I don't know what version of Linux would work best on this hardware set-up. Any help or advice on this would be much appreciated.

If possible, I'd like to be able to read existing files in the existing directory structure from Linux. I've heard that this is possible, but don't know how it can be made to work, so any comments on this would also be useful.

Thanks in advance for your assistance. <!-- Template:Unsigned IP --><small class="autosigned">—&nbsp;Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/62.56.107.96|62.56.107.96]] ([[User talk:62.56.107.96#top|talk]]) 03:58, 27 December 2016 (UTC)</small> <!--Autosigned by SineBot-->

:Does it have a CD drive ? If so, and if it has the option to boot from the CD (which is almost certain, if it has a CD drive), then I suggest the following:

:1) Set the boot order to CD first, then hard drive.

:2) Place a Linux boot CD in the CD drive and reboot, when you want Linux.

:3) Remove the Linux boot CD and reboot to get Windows XP.

:It's also possible it has the ability to boot from a flash drive, in which case you could do the same thing using that, but your more ancient PCs may lack this capability. A really ancient PC may also have the ability to boot from floppy disk, but those probably aren't big enough to hold a useful version of Linux, so that would mean you would need to copy most of the Linux files onto the hard drive, and the floppy would just start the boot sequence, using those files on the hard drive. A full boot manager is another option, but that seems more complex, to me, as you need to coordinate between the boot manager and both the Windows XP and Linux boot software, and changing any of the 3 might mess things up. [[User:StuRat|StuRat]] ([[User talk:StuRat|talk]]) 04:04, 27 December 2016 (UTC)

:I don't think many machines were booting from a floppy by the time of dual core processors (though anything is possible). According to [[BIOS#Boot_process|this]] and my own experience, most computers will run through a sequence of trying to boot from various devices (floppy first, then optical, then hard drive or whatever), so it's unlikely he'd need a floppy-sized version of Linux (or workaround). [[User:Matt Deres|Matt Deres]] ([[User talk:Matt Deres|talk]]) 13:13, 27 December 2016 (UTC)

== Ubuntu Installation on External Hard Drive ==

Hello. I am a bit of a computer noob, currently have a Macbook Pro, and am looking to start working with Ubuntu. I have seen that I can 'boot from a USB'. Am I right in thinking that this is different from partitioning your hard drive? (I have read that I shouldn't do this on on Mac) I have an external hard drive that is 1 TB I think. If I partition this, and format the partition correctly, can I install Ubuntu on this partition and just run it normally through my Mac as long as it is plugged in via USB? Will there be any problems running it this way? Sorry for the noob questions, and thanks for your help! [[Special:Contributions/79.66.101.143|79.66.101.143]] ([[User talk:79.66.101.143|talk]]) 21:17, 27 December 2016 (UTC)
*Helpful links: Check out [https://help.ubuntu.com/community/MacBookPro]. Also, the forum folks at [https://www.askubuntu.com] saved my skin a couple of times.
:[[Booting]] refers to the process by which the heap of electronics in front of you becomes a computer capable of taking input from the user and performing operations. Without getting into the specifics, what 99.9% of owners of electronic devices do is that they buy their device in a physical state that is configured to boot on a specific part of its internal memory, loading the [[operating system]] located there.
:It is nonetheless possible to boot from another memory location, including from a USB stick or whatnot. This generally entails a performance penalty as external locations are usually harder to access for the hardware, and the computer will need to access those files a lot of the times. While you could configure your [[bootloader]] to go the external drive every time, it clearly is an inferior solution compared to a hard-drive install, [[ceteris paribus]], and from my first link above I would venture it is not impossible to do a hard drive install on a MacBook Pro. [[User:Tigraan|<span style="font-family:Tahoma;color:#008000;">Tigraan</span>]]<sup>[[User talk:Tigraan|<span title="Send me a silicium letter!" style="color:">Click here to contact me</span>]]</sup> 21:59, 27 December 2016 (UTC)

:Linux is really very easy (''and in many ways far better'') [http://linux.oneandoneis2.org/LNW.htm but it is not Windows]. So take some baby-steps first. Suggest you instal (say) [[Linux Mint]] or Ubuntu (both the same in this context) on a pen drive to get familiar with Linux. Questions about partitioning can come later when it makes more sense to you. Then you can take advantage of the 'free' Linux tools available to partition hard drives. --[[User:Aspro|Aspro]] ([[User talk:Aspro|talk]]) 22:34, 27 December 2016 (UTC)
::How does Linux not being Windows help a Mac user? [[User:Nil Einne|Nil Einne]] ([[User talk:Nil Einne|talk]]) 23:31, 27 December 2016 (UTC)
Well, Windows does an awful lot of stuff automatically. It searches for missing drivers, and then downloads and installs them without being asked. With Linux, you're on your own. I foolishly bought a Raspberry Pi and quickly became frustrated at the steep learning curve that required me to:
* know what driver was missing
* know what version it should be
* manually download it (had to learn how to do that)
* try manually installing it (had to learn how to do that)
* learn all about modifying file permissions because installation was blocked
* try several dozen times to install, using various combinations of file permissions
* uninstall mess-ups that I made in the above processes (had to learn how to do that)
* uninstall mess-ups that I made in trying to uninstall mess-ups
* accept that some mess-ups would never be uninstalled and would forever consume space in the SD card memory
* try very hard to remember all the steps that did work for next time
* accept that some features would never work because of missing libraries (Linux doesn't tell you which ones)
* spend sleepless nights pondering why the writers of Linux would reset file permissions when issuing an update or upgrade
No doubt if you're a dedicated nerd who loves typing commands on a command line interface and playing about for hours and hours, you'll just love Linux. Otherwise, you'll get a real appreciation for just how wonderful Windows is. [[User:Akld guy|Akld guy]] ([[User talk:Akld guy|talk]]) 00:36, 28 December 2016 (UTC)

:No. Far from a geek. Just found that Linux is easier to use and doesn’t keep throwing up problems which I have to spend time on to fix . Time is money, thus Windows is very much more expensive (''note that Microsoft has dropped the claim that windows offers a lower total cost of ownership because it focused IT people to look at the TCO and found it more expensive to maintain''). Of course Window has no learning curve at all Ho Ho Ho. [http://www.zdnet.com/article/microsoft-the-windows-8-learning-curve-is-real-and-needs-to-be-addressed/ Microsoft: The Windows 8 learning curve is 'real and needs to be addressed']. As pointed out above [http://linux.oneandoneis2.org/LNW.htm Linux is Not Windows]. So of course your going to experience problems if one retains the Model T Ford attitude when trying to fly a jet. One simply has to unlearn an operating system that only allows you to do what Microsoft only allows you to do, in the Microsoft way, on the computer that 'you' own. Its a billion dollar scam. --[[User:Aspro|Aspro]] ([[User talk:Aspro|talk]]) 02:09, 28 December 2016 (UTC)
::This debate started in [[Unix time|the year 15]], and both sides have only managed to convince ''themselves'' that they are correct. But luckily we are all united in our hatred for MacOS. {{smiley|5}} &#40;&#40;&#40;[[User:The Quixotic Potato|The Quixotic Potato]]&#41;&#41;&#41; ([[User talk:The Quixotic Potato|talk]]) 08:13, 28 December 2016 (UTC) p.s. I use all three, and all three have advantages and disadvantages.
:::I still don't get why there's all this talk of Windows when the question was from a MacOS user without any clear indication they've ever used or want to use, Windows. [[User:Nil Einne|Nil Einne]] ([[User talk:Nil Einne|talk]]) 12:13, 28 December 2016 (UTC)
::::It is the refdesk version of [[WP:COATRACKING]]. Just be glad that they didn't decide to coatrack US presidential politics on the poor mac user.
::::BTW, the correct answer is, as mentioned above, "read https://help.ubuntu.com/community/MacBookPro and do what it says". --[[User:Guy Macon|Guy Macon]] ([[User talk:Guy Macon|talk]]) 00:25, 29 December 2016 (UTC)
:::::Not [[WP:COATRACKING]]. The OP asked "''Will there be any problems running it this way? Sorry for the noob questions,...''" which I took to mean that that he/she knew nothing of the pitfalls of Linux/Ubuntu. I pointed out that, unlike with Windows, those OS's require a tremendous amount of familiarity with drivers and libraries that may be missing and how to install them. This is a not insignificant problem. Anyone who thinks they are going to waltz into running and maintaining Linux will get a rude shock. [[User:Akld guy|Akld guy]] ([[User talk:Akld guy|talk]]) 12:03, 29 December 2016 (UTC)
::::::You may have had a bad experience (maybe because you had a Paspberry Pi, not a normal desktop/laptop?) and indeed Linux isn't a good fit for everyone, but stating it requires a tremendous amount of familiarity with drivers and libraries is generally not true. Usually it just works. Most drivers are build into the kernel, just make sure you have a somewhat recent version. If not, open some utility and select the driver you want (usually one of "tested open source", "proprietary" and "experimental") and it will be installed automatically. If you install software the easy way, the required libraries are downloaded and installed automatically. I've used Linux for over 10 years now, never had any problems with drivers or libraries. Not now, not when I started. Furthermore, the reference desk may not be the best place to ask practical questions on Linux. Every major Linux distro has its own forums. Those for Ubuntu can be found at https://ubuntuforums.org/. There you'll find many experienced users who can help with any issues you encounter. [[User:PiusImpavidus|PiusImpavidus]] ([[User talk:PiusImpavidus|talk]]) 12:45, 29 December 2016 (UTC)

:::::::As [[User:PiusImpavidus]] said`: ''Usually it just works'' were as with Windows, Microsoft always tell us it always works... err... well just. Linux may have a steep learning curve but modern Linux is now easier than the Windows learning curve. Place a live Linux Mint onto a pen drive and play around with it. You may find that you drift over to Linux for the same reasons I did. And it gets worse and worse with [http://www.techradar.com/news/software/operating-systems/20-common-windows-10-problems-and-how-to-solve-them-1300292 100 common Windows 10 problems and how to solve them]. Being self-employed, time is money to me and came to find that Windows is just a waist of time and money and I am not enough of a geek to fix all its continuous problems. Especially, when MS upgrades one's computer (without your permission) and buggers it up leaving one with a useless computer. Microsoft is now apologising -yet again. Typical of them. As Bill Gates was quoted as saying: Do it first and ask for forgiveness after. But 'who' has to pay for Micorsoft's continuous efforts to rule the IT world?--[[User:Aspro|Aspro]] ([[User talk:Aspro|talk]]) 17:11, 29 December 2016 (UTC)
::::::You still seem to be missing the point. As I've said 3 times now, WTF does Windows have to do with it? There is zero indication that the OP has even ever used Windows or is going to be basing anything on Windows experiences. The only indication we have is that they use a Mac device, which very likely suggests they use OS X so the only relevant comparisons are between OS X and Linux. [[User:Nil Einne|Nil Einne]] ([[User talk:Nil Einne|talk]]) 18:17, 29 December 2016 (UTC)

:::::::'''comment:'''The point is, that an operating system is an 'operating system' and what goes for the ubiquitous Microsoft also goes for Apple – they both use the same chip sets. [http://www.makeuseof.com/tag/install-linux-macbook-pro/ How To Install Linux On A MacBook Pro Retina]. The OP probably has to use Windoz at work and although he admits to being ''a bit of a computer noob'' he can surly be able to read between the lines without it being have to spelt out as if he is a complete and utter idiot. By now, he has probably run this past his IT guys at work and has Linux running on his Mac. Whether he finds the experiences pleasurable or whether he is battling the step learning curve by taking on to much at once, too quickly, is not for us to guess at. But Apple uses BSD, so the Linux file structure etc. may not be too unfamiliar to him.--[[User:Aspro|Aspro]] ([[User talk:Aspro|talk]]) 17:03, 31 December 2016 (UTC)

::::::::Again there is no evidence that the OP has ever used Windows. "Probably" is not relevant when the OP has already provided info on what they do use. (And if it was really felt necessary, perhaps a link or two, but not the extensive back and forth about the merits and problems of Windows. Yes we all can get distracted from the main point at times, but it's also easy to acknowledge that this has happened rather than suggesting it was relevant to the original question. E.g. it's obvious that pointing out how incredibly off-topic something is like this is itself offtopic although it can help the OP if it refocuses the question, albeit it's clear by now that's a loser.) And as for "operating system is an 'operating system' and what goes for the ubiquitous Microsoft also goes for Apple", that's probably the dumbest thing said in this thread this far. If that were true, then there would be no need to provide any info since what goes for Windows, would not only go for OS X but also go for Linux. (Note that I was not criticising general stuff e.g. Tigraan's explanation but all the stuff specific to Windows like how it's different from Linux or whether Windows or Linux is better.) As for chipsets, that also has no relevance since the issue of concern wasn't what chipsets were used but whether the discussions relating to Windows were helpful. In other words, giving the OP info on why Linux is not Windows is of no use when there is zero actual evidence the OP is expecting Windows, because there is zero actual evidence they've even used Windows. Likewise explaining how Windows handles hardware compability different to Linux is also useless when what the OP needs to know is how OS X is different from Linux in that regard. (Incidentally, while the basic hardware tends to be the same, as the source you provided notes and I knew before reading this thread despite never having ever used a Mac, Macs are intentionally generally incredibly locked down much more so than nearly all Windows computers, often with special Apple firmware for a lot of components. This doesn't generally make a difference for the OS but it can. It does make a difference when you want to add a new SSD or GPU but can't because it has the wrong firmware. Of course this also means the possible hardware is far more restricted so it's far easier to know if you're likely to have compatibility problems. Point being, if you didn't know all this, it again begs the question why Windows was brought up.) So yes, I'm still waiting an explanation of what was the purpose for all that Windows junk. I'm guessing non is forthcoming. [[User:Nil Einne|Nil Einne]] ([[User talk:Nil Einne|talk]]) 20:37, 31 December 2016 (UTC)

:::::::::[[WIMP (computing)]] --[[User:Aspro|Aspro]] ([[User talk:Aspro|talk]]) 21:43, 31 December 2016 (UTC)

= December 28 =

== Can't upload to Google drive ==

Hi. I tried to upload a movie that I downloaded with Utorrent from my Android cellphone,and I get an error message saying that the upload can't be scheduled. What do I do to fix the problem? I don't have this problem when uploading other files,just the one. <!-- Template:Unsigned --><small class="autosigned">—&nbsp;Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Uncle dan is home|Uncle dan is home]] ([[User talk:Uncle dan is home#top|talk]] • [[Special:Contributions/Uncle dan is home|contribs]]) 03:42, 28 December 2016 (UTC)</small> <!--Autosigned by SineBot-->
:[https://productforums.google.com/forum/#!topic/drive/QG5lIAUl6OQ This sounds similar] &#40;&#40;&#40;[[User:The Quixotic Potato|The Quixotic Potato]]&#41;&#41;&#41; ([[User talk:The Quixotic Potato|talk]]) 08:06, 28 December 2016 (UTC)

= December 29 =

== Why no virtual 8086 mode in x86-64 long mode? ==

Why is it that microprocessors using the [[x86-64]] architecture have [[virtual 8086 mode]] turned off when the processor is in [[long mode]], even though these same processors are perfectly capable of running virtual 8086 mode (as demonstrated by the fact that they run virtual 8086 mode just fine when running in [[x86-64#Legacy mode|legacy mode]])? [[User:Whoop whoop pull up|Whoop whoop pull up]] <sup>[[User talk:Whoop whoop pull up|Bitching Betty]] &#124; [[Special:Contributions/Whoop whoop pull up|Averted crashes]]</sup> 02:09, 29 December 2016 (UTC)
:I don't see any reason to think it's any more complicated that that suggested by our article ([[x86-64#Architectural features]] Removal of older features) namely the removal of features that are no longer needed from the new architecture. Such cleaning up of stuff (architectures, software etc) by removal of unneeded legacy features isn't uncommon and is generally considered good practice. [[User:Nil Einne|Nil Einne]] ([[User talk:Nil Einne|talk]]) 06:06, 29 December 2016 (UTC)
::...except that virtual 8086 ''isn't'' an "unneeded" feature, not even close, given that its removal breaks compatibility with all 16-bit applications, even widely-used versions of such.
::Is there some way to override or remove the long-mode disabling of virtual 8086 mode? [[User:Whoop whoop pull up|Whoop whoop pull up]] <sup>[[User talk:Whoop whoop pull up|Bitching Betty]] &#124; [[Special:Contributions/Whoop whoop pull up|Averted crashes]]</sup> 09:24, 29 December 2016 (UTC)
:::<p>Why do you believe that 16-bit application compability was considered significantly important to the designers of the x86-64 architecture? I use a lot of crap, but although I've been using Windows x64 since XP and single core Venice days, mostly I only ever encountered it with crappy programs which still used 16 bit installers. That and DOS programs, but while the later was mildly annoying in 2006, by now DOSbox is a far better alternative. (Well maybe it was then too, but I'm not so sure since IIRC I did sometimes have performance problems albeit maybe this was because of upscaling modes.) </p><p>Note also that for the people that matter most i.e. business and enterprise customers, even if they did have 16-bit applications they needed to keep around, it's not clear if they'd want them running on a processor running in long mode (and a x86-64 OS). It's likely such code would be something which is sufficiently important to keep around, but which for whatever reason they could upgrade. The more complicated you make things, the more likely something is to break which would generally defeat the purpose of not upgrading the code. In other words, while I can't find a source which explicitly says so (I did look), there's good reason think the designers felt similar. It's also worth considering there's a fair chance this decision was made twice. I don't know enough to be sure, but I wouldn't be surprised if Intel could have added virtual 8086 mode to their version of long mode without breaking compatibility with AMD64, but they too decided it wasn't worth it. Of course they'd also have to figure it may not be used if a major player (at the time) didn't have it, but they weren't generally shy about adding their own features. </p><p>As for your later question, are you actually reading the articles linked to or just linking to them for fun? As the [[Virtual 8086 mode#64-bit and VMX support]] article notes, there are ways you can use virtual 8086 mode when running in long mode relating to virtualisation. Unless you know what you're doing however, it doesn't sound like any of them are that well supported other than the basic of running the code on an operating system which does support 16-bit code running as a virtual machine. (And if you're talking about Windows I'm pretty sure it's basically the only option besides pure emulation.) Which technically could be done before VT modes were added anyway. (And the fact this doesn't seem to be that well supported also sort of suggests many felt it wasn't that worthwhile.) </p><p>[[User:Nil Einne|Nil Einne]] ([[User talk:Nil Einne|talk]]) 10:03, 29 December 2016 (UTC)</p>
::::The answer is that probably nobody thought about all consequences of the virtual 8086 mode removal. The same thing happened with the removal of segmentation, which made it impossible any virtualization in the first 64-bit processors (in the long mode). To fix these problems a hardware virtualization support was added later. [[User:Ruslik0|Ruslik]]_[[User Talk:Ruslik0|<span style="color:red">Zero</span>]] 20:45, 29 December 2016 (UTC)
:::::They didn't really remove anything. To allow switching between V86 and long mode (in particular, handling V86-mode faults in 64-bit OS code) they would have had to define a new protocol for that, implement it in silicon and/or microcode, and support it forever. It wasn't sensible to add yet more cruft to the architecture when emulation works fine. It's (far more than) fast enough, it's more flexible, and it's more secure because it doesn't need any special kernel support or privileges. -- [[User:BenRG|BenRG]] ([[User talk:BenRG|talk]]) 02:18, 30 December 2016 (UTC)
::::About the segmentation issue, there's some discussion here [https://lwn.net/Articles/551367/]. It's not from the designers and I don't understand it so can't comment on whether it's well informed but it does probably illustrate the point that such matters are fairly complicated. It could be true that at the time of design it wasn't quite realised the importance to virtualisation but it could also be that the designers felt it wasn't worth it or there were better options. The fact that these only came later and there was a partial reversal on the AMD side but not the Intel side may be due to student priorities coming to play. BenRG also has good point that when you're designing a new architecture it's not so much should I remove this but should I add this legacy feature? In any case regardless of the good our bad of the removal of segmentation, I haven't seen any evidence there was really any feeling the same to Virtual 8086. [[User:Nil Einne|Nil Einne]] ([[User talk:Nil Einne|talk]]) 04:07, 30 December 2016 (UTC)

== swproxy.wmflabs.org gets indexed in Google ==

Probably not the correct place to report this problem, but someone here will know what to do/who to contact.

http://imgur.com/a/EMw8c

The proxy needs to be excluded via [[robots.txt]] or [[noindex]]-ed (but using robots.txt is probably better).

&#40;&#40;&#40;[[User:The Quixotic Potato|The Quixotic Potato]]&#41;&#41;&#41; ([[User talk:The Quixotic Potato|talk]]) 09:27, 29 December 2016 (UTC)

{{ping|Guy Macon}} You have the knack, you'll know what to do. &#40;&#40;&#40;[[User:The Quixotic Potato|The Quixotic Potato]]&#41;&#41;&#41; ([[User talk:The Quixotic Potato|talk]]) 09:30, 29 December 2016 (UTC)

:[[The Knack (Dilbert episode)]]... I am on it. --[[User:Guy Macon|Guy Macon]] ([[User talk:Guy Macon|talk]]) 13:59, 29 December 2016 (UTC)


== Do any [[dashcam]]s exist that [[livestream]] drives onto [[Twitch]], YouTube and other livestream video apps? ==
::See [[Wikipedia:Help desk#Trying to understand some odd swproxy.wmflabs.org behavior]]


As a [[Dasher]] for [[Doordash]], I'd like to have strangers watch me drive deliveries live in real-time. I wonder about whether there's a Dashcam around that allows livestreaming onto any site / apps that allow users to watch anyone's livestreams. I would also like to make some of the obscure music that I play through my car's Bluetooth speakers known to the wider world.
::QP, I am curious; what did you search on to get the result in the image above? I can;t find a search term that finds that exact page. I found plenty of others though, so I can show that there is a problem anyway, but I am curious about what you searched on. --[[User:Guy Macon|Guy Macon]] ([[User talk:Guy Macon|talk]]) 14:47, 29 December 2016 (UTC)


If there isn't such a thing as a livestreaming dashcam, how come and what would it take to innovate a fully-working livestreaming dashcam in the first place? --[[Special:Contributions/2600:8803:1D13:7100:B55B:B71:F6ED:7780|2600:8803:1D13:7100:B55B:B71:F6ED:7780]] ([[User talk:2600:8803:1D13:7100:B55B:B71:F6ED:7780|talk]]) 12:40, 6 December 2024 (UTC)
:::{{ping|Guy Macon}} Thank you. I have updated the imgur album. My search query was "optimist guide to wikipedia" (without quotes). I live in Amsterdam, so I am probably using a Google datacenter in NL. Try searching for "site:swproxy.wmflabs.org" (without quotes). To find the page I found you can use the following:


:If you have a phone or something you could probably try to figure something out by taping it with the camera looking out and then starting a livestream. I’m not too sure about any actual dash cams so I would wait for another user to respond [[User:1250metersdeep|1250metersdeep]] ([[User talk:1250metersdeep|talk]]) 13:53, 6 December 2024 (UTC)
:::site:swproxy.wmflabs.org "optimist guide to"
:You can use one of many streaming cams. You would have to use your phone (or similar device) as a mobile hotspot, tethering the cam to the phone for internet access. This assumes you have unlimited data on your phone. The headache will be that the cam will likely lose internet connection every time you leave the car to make a delivery. If it is a good cam, it will re-attach itself automatically and begin streaming again. [[Special:Contributions/68.187.174.155|68.187.174.155]] ([[User talk:68.187.174.155|talk]]) 17:14, 6 December 2024 (UTC)
:If you're not already aware, the sort of thing you're looking to do is often referred to as IRL (in real life) streaming and those who do IRL streams often use a collection of gear consolidated in the form of a backpack for easy wearability and transport. In looking for how to accomplish your specific goals I'd look into researching the backpack setups people have posted in various places. [[User:Amstrad00|Amstrad00]] ([[User talk:Amstrad00|talk]]) 17:44, 6 December 2024 (UTC)
:I suggest also that you consider the copyright and licencing implications of re-broadcasting other people's music, and how any intentions to monetise your streaming (or not) might interact with them {The poster formerly known as 87.81.230.195} [[Special:Contributions/94.1.211.243|94.1.211.243]] ([[User talk:94.1.211.243|talk]]) 18:06, 6 December 2024 (UTC)


= December 7 =
:::Happy New Year! &#40;&#40;&#40;[[User:The Quixotic Potato|The Quixotic Potato]]&#41;&#41;&#41; ([[User talk:The Quixotic Potato|talk]]) 17:24, 29 December 2016 (UTC)


== Mac window behavior ==
:::Update: I spoke to an ops engineer for the Labs team, everyone is on holidays right now, but they will poke someone in the team after new year. &#40;&#40;&#40;[[User:The Quixotic Potato|The Quixotic Potato]]&#41;&#41;&#41; ([[User talk:The Quixotic Potato|talk]]) 18:29, 29 December 2016 (UTC)


Recently in MacOS, when I drag a window laterally by its title bar, sometimes it blows up to nearly fill the screen. Why? [[User:Tamfang|—Tamfang]] ([[User talk:Tamfang|talk]]) 23:23, 7 December 2024 (UTC)
= December 30 =


:Presumably the window has a maximized state and you're switching to that state. Perhaps your mouse movement is being misunderstood as a touchscreen swiping gesture, if such a maximize gesture exists on the OS, and perhaps you can switch gestures off in the settings. Another possibility is that your mouse has a fault (low battery or a broken button) and is sending double-click messages sometimes, making the window maximize in response to a double-click on its title bar, if ''those'' are understood by the OS as maximize. Do you find the title bar slips from your grasp sometimes, as well? That would imply a mouse hardware fault. [[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)]] 00:13, 8 December 2024 (UTC)
== Calling method in Python 3 ==
::The double-click hypothesis is at least worth testing next time it happens. [[User:Tamfang|—Tamfang]] ([[User talk:Tamfang|talk]]) 22:04, 8 December 2024 (UTC)
:::Nope, double-clicking merely expanded the window further. [[User:Tamfang|—Tamfang]] ([[User talk:Tamfang|talk]]) 04:47, 11 December 2024 (UTC)
:Are you using a trackpad? Touching it with several fingers can alter the meaning of a gesture. &nbsp;--[[User talk:Lambiam#top|Lambiam]] 18:52, 9 December 2024 (UTC)
::Thanks for trying, but no. [[User:Tamfang|—Tamfang]] ([[User talk:Tamfang|talk]]) 04:48, 11 December 2024 (UTC)
:Perhaps I'm not giving enough weight to the possibility that MacOS is intentionally being annoying without any special provocation. Could it be this, [https://macreports.com/how-to-stop-windows-from-automatically-resizing-on-macos-sequoia/ automatic window sizing caused by Tiling, a feature that enables quick snapping and resizing of windows]? But by the sound of it this should cause windows, when dragged near screen edges, to go fully fullscreen, not just (if I understand your report correctly) kind of sorta bigger. Still, it's a recent and evidently annoying change to window behavior when windows are dragged, so the circumstantial evidence is strong. Try turning off Tiling? [[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)]] 07:27, 11 December 2024 (UTC)
::Plausible. I have now done so. [[User:Tamfang|—Tamfang]] ([[User talk:Tamfang|talk]]) 23:45, 14 December 2024 (UTC)


= December 8 =
Why do you use abs(-3), but not 3.abs()? But 'abc'.upper() is ok, but not upper('abc').[[User:Clipname|Clipname]] ([[User talk:Clipname|talk]]) 12:08, 30 December 2016 (UTC)


== What was the first computer game with normal audio, audio that is not chiptune/tracker/midi/fm synthesis? ==
== How does Python 3 parse a command? ==


What was the first computer game with normal audio, audio that is not chiptune/tracker/midi/fm synthesis? [[Special:Contributions/2804:1B3:9700:1E44:2188:5975:E245:4C47|2804:1B3:9700:1E44:2188:5975:E245:4C47]] ([[User talk:2804:1B3:9700:1E44:2188:5975:E245:4C47|talk]]) 17:08, 8 December 2024 (UTC)
If it sees: print('abc {} {}'.format(1,2).upper(), would it go from left to right (print, which string?, create string, capitalize), or would it follow other approach? [[User:Clipname|Clipname]] ([[User talk:Clipname|talk]]) 12:10, 30 December 2016 (UTC)
:So are you excluding all the digital to analog conversion methods? Some early computer systems allowed analog cassette tapes to play audio under computer control. I assume these included music. [[User:Graeme Bartlett|Graeme Bartlett]] ([[User talk:Graeme Bartlett|talk]]) 20:00, 8 December 2024 (UTC)
:I scanned two books on the history of video games and both note that the first "real" sound in video games was [[Rally-X]]. They use the clarification that it was the first to use digital-to-analog to turn digitially recorded sounds into analog sound. [[Special:Contributions/68.187.174.155|68.187.174.155]] ([[User talk:68.187.174.155|talk]]) 17:25, 9 December 2024 (UTC)
::Tell us what those books are! The fact should be in the article, it would sit nicely after "one of the first games with bonus stages and continuously-playing background music". What are you citing, please? [[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:11, 10 December 2024 (UTC)
<!-- :::<small>I think they meant, "I skimmed two articles on the web", but who knows? ~~~</small>
:Please define "normal audio." <!- I may be mistaken, but as far as I know almost all music produced on modern computers and consoles is by definition digital and created through digital means (e.g. [[MIDI]], [[FM synthesis]] or some development of it: see [[Digital audio]]) and not analogue, which you might define as standard (normal) human hearing, or produced without digital means, like a [[78 rpm record]]. -> Are you asking whether any games were developed around, for example, the analogue [[RCA Mark II Sound Synthesizer]] which used [[vacuum tubes]] and not solid-state digital tech? I don't think anyone sold a PC with a [[Marantz]] amplifier built in. [[User:MinorProphet|MinorProphet]] ([[User talk:MinorProphet|talk]]) 20:13, 11 December 2024 (UTC) -->
:Please define "normal audio." In general terms, all sounds for [[arcade game]]s or [[computer game]]s since around 1976 were produced through some sort of [[digital audio]] using [[sound chip]]s, which includes the terms the OP used such as [[MIDI]], [[FM synthesis]], etc. This includes [[Sampling (music)|digitally sampled]] analogue sounds reproduced with digital technology. Are you asking whether a computer game was developed using analogue hardware using [[vacuum tube]]s? [[Alternate history|Alternate histories]] suggest themselves, as if bored techies working the night-time shift on the [[LEO (computer)|LEO Mk. III]] had been able to interface with the [[RCA Mark II Sound Synthesizer]] via a [[Fuzzball router]] and been able to play a beta version of [[Rogue (video game)|Rogue]] with full menacing throbbing audio: "The Xeroc strikes!" Wob-wob-wob. [[All your base are belong to us]]. [[User:MinorProphet|MinorProphet]] ([[User talk:MinorProphet|talk]]) 19:08, 13 December 2024 (UTC)


= December 9 =
: If you want to see, in general, how Python parses something, you can use the [https://docs.python.org/3/library/ast.html ast] module. It parses your sample code and builds an [[abstract syntax tree]]. It gives you a way to walk that tree. To simplify doing that, I used [https://bitbucket.org/takluyver/greentreesnakes/src/default/astpp.py this pretty printer]. For your example, that produces:
<source lang="python">
Module(body=[
Expr(value=Call(func=Name(id='print', ctx=Load()), args=[
Call(func=Attribute(value=Call(func=Attribute(value=Str(s='abc {} {}'), attr='format', ctx=Load()), args=[
Num(n=1),
Num(n=2),
], keywords=[]), attr='upper', ctx=Load()), args=[], keywords=[]),
], keywords=[])),
])
</source>


== Windows Diagnostic Memory tool ==
: -- [[User:Finlay McWalter|Finlay McWalter]]'''··–·'''[[User talk:Finlay McWalter|Talk]] 13:48, 30 December 2016 (UTC)


How long would you expect it to take to do 96GB RAM? I heard an hour per 8GB—sound reasonable? [[User talk:Serial Number 54129|<b style="color:#7a0427;">SerialNumber</b>]]''[[Special:Contributions/Serial_Number_54129|<b style="color:#17662c;">54129</b>]]'' 18:33, 9 December 2024 (UTC)
:: May one assume that you appended ')' to the sample? —[[User:Tamfang|Tamfang]] ([[User talk:Tamfang|talk]]) 22:16, 31 December 2016 (UTC)
:That guy was a fucking idiot. Took less than two hours. [[User talk:Serial Number 54129|<b style="color:#7a0427;">SerialNumber</b>]]''[[Special:Contributions/Serial_Number_54129|<b style="color:#17662c;">54129</b>]]'' 11:09, 10 December 2024 (UTC)
::This conversation makes no sense. Care to elaborate, @[[User:Serial Number 54129|Serial Number 54129]]? <span style="font-family:monospace; font-weight: bold"> <span style="color:ForestGreen;font-size:15px"> [[W:EN:User:TheTechie|<span style="color:#803280">TheTechie@enwiki</span>]]</span> (<span style="color:#324c80">she/they</span> {{pipe}} [[User talk:TheTechie|<span style="color:rgb(90,50,128)">talk</span>]]) </span> 04:43, 13 December 2024 (UTC)
:::{{ping|TheTechie}} Serial Number 54129 asked how long it would take to run Windows Memory Diagnostic Tool on a pc with 96GB RAM. They heard it took an hour per 8GB, so that would be 12 hours for 96GB. Then they say that they tried it and that it took less than 2 hours. [[User:Polygnotus|Polygnotus]] ([[User talk:Polygnotus|talk]]) 15:39, 13 December 2024 (UTC)
::::Thanks {{u|Polygnotus}} . I admit I was somewhat brusque about my informant :) [[User:Serial Number 54129|<b style="color:#7a0427;">SerialNumber</b>]]''[[Special:Contributions/Serial_Number_54129|<b style="color:#17662c;">54129</b>]]''[[User talk:Serial_Number_54129|<sup><span style="color:#7a0427;">A New Face in Hell</span></sup>]] 16:49, 13 December 2024 (UTC)


== Downloading paths ==
= December 10 =


== Youtube videos switching in the middle to Chinese people doing ordinary things ==
Could your download ''LimeTorrent'' stuff via ''uTorrent''? [[Special:Contributions/27.147.226.140|27.147.226.140]] ([[User talk:27.147.226.140|talk]]) 12:41, 30 December 2016 (UTC)
:Yep. www.limetorrents.in contains [[magnet links]] which can be used in [[uTorrent]]. Personally I prefer using [[Deluge (software)|Deluge]] instead of uTorrent because Deluge is free, opensource software that does not contain [[ΜTorrent#Revenue|any bad stuff]]. &#40;&#40;&#40;[[User:The Quixotic Potato|The Quixotic Potato]]&#41;&#41;&#41; ([[User talk:The Quixotic Potato|talk]]) 20:34, 30 December 2016 (UTC)


I see that others are encountering the same problem.[https://community.roku.com/t5/Channels-viewing/YouTube-Chinese-interference/td-p/958096/page/2] Has anybody come up with a fix yet? [[User:Clarityfiend|Clarityfiend]] ([[User talk:Clarityfiend|talk]]) 05:26, 10 December 2024 (UTC)
== Internet Connection Issue ==


:To avoid videos with crocheting Chinese ladies and such – if that's not your thing – make sure the video is from the original channel and not some pirated and hacked video. The name of the channel (such as Eyewitness News ABC7NY, Jimmy Kimmel Live, ESPN MBL, ...) is given below the title of the video. Pirated videos come from an unfamiliar channel; other than that, everything looks the same as the legit video. &nbsp;--[[User talk:Lambiam#top|Lambiam]] 07:35, 10 December 2024 (UTC)
While I'm using my PC someone minimises my windows, toggles with it, also sometimes opens up porn stuff. What do I do? How do I block this? I require an instant solution please. [[Special:Contributions/27.147.226.140|27.147.226.140]] ([[User talk:27.147.226.140|talk]]) 18:00, 30 December 2016 (UTC)
:You can read our [[Adware#As_malware]] article. [[User:Ruslik0|Ruslik]]_[[User Talk:Ruslik0|<span style="color:red">Zero</span>]] 20:25, 30 December 2016 (UTC)


::Aaah, thanks. [[User:Clarityfiend|Clarityfiend]] ([[User talk:Clarityfiend|talk]]) 01:54, 11 December 2024 (UTC)
:I recommend using the free version of [[Malwarebytes Anti-Malware]] and making it scan the entire computer. [https://www.malwarebytes.com/mwb-download/thankyou/ Click here] and follow the instructions on screen. It may be a good idea to also get a virusscanner. I would recommend the free trial version of [[ESET NOD32|ESET Smart Security]] (which used to be called ESET NOD32, we need to update the article). The trial versions of both are completely free, and you can uninstall them after using them. &#40;&#40;&#40;[[User:The Quixotic Potato|The Quixotic Potato]]&#41;&#41;&#41; ([[User talk:The Quixotic Potato|talk]]) 20:31, 30 December 2016 (UTC)


= December 11 =
:You should also be very careful about entering any passwords, and especially any banking details on that computer since if another party can gain control then they have probably installed a [[keystroke logger]] to capture everything that you type. [[User:Dbfirs|''<font face="verdana"><font color="blue">D</font><font color="#00ccff">b</font><font color="#44ffcc">f</font><font color="66ff66">i</font><font color="44ee44">r</font><font color="44aa44">s</font></font>'']] 20:39, 30 December 2016 (UTC)


== Quote marks will not appear until I type a second one ==
::Changing some of your passwords (e.g. e-mail, banking, facebook) may be a good idea; but please do that on a computer that is not infected! &#40;&#40;&#40;[[User:The Quixotic Potato|The Quixotic Potato]]&#41;&#41;&#41; ([[User talk:The Quixotic Potato|talk]]) 20:42, 30 December 2016 (UTC)


Hello all. I have a seemingly one-off, weird and annoying issue. I am using an HP laptop computer:
::: ... and don't use the passwords on the infected computer until you are absolutely sure that you have removed all infections. The guaranteed method is to backup your data, format your hard drive and reinstall everything, then check all your backup media for infections before using them. If the malware is unsophisticated then just running a few anti-malware programs as suggested above might remove it, but some malware tends to reinstall itself very cleverly. [[User:Dbfirs|''<font face="verdana"><font color="blue">D</font><font color="#00ccff">b</font><font color="#44ffcc">f</font><font color="66ff66">i</font><font color="44ee44">r</font><font color="44aa44">s</font></font>'']] 20:47, 30 December 2016 (UTC)
:OS Name Microsoft Windows 10 Home
::::<small>{{ping|Dbfirs}} Nice teamwork! &#40;&#40;&#40;[[User:The Quixotic Potato|The Quixotic Potato]]&#41;&#41;&#41; ([[User talk:The Quixotic Potato|talk]]) 21:09, 30 December 2016 (UTC)</small>
:System Model HP Spectre x360 Convertible
:Version 10.0.19045
:Build 19045
Every time I type a quote mark on this computer (or an apostrophe using the same keyboard key without shifting) nothing happens. It is only when I invoke the character key a ''second time'' (in a row, without moving the cursor) that anything happens, which is that, only then, TWO quote marks appear. I then I have to delete one of them. Same thing for apostrophes, though I use quotes far more frequently. This happens anywhere I attempt to type the character, including when I placed this one " right now. Please note that the key is not gummed up or anything, it always works to place the two after I type the character the second time. Any ideas?
--[[Special:Contributions/68.129.153.226|68.129.153.226]] ([[User talk:68.129.153.226|talk]]) 17:23, 11 December 2024 (UTC)
:When did this start happening? Has it always been like this? If not, what changed? Be honest. [[User:MinorProphet|MinorProphet]] ([[User talk:MinorProphet|talk]]) 20:29, 11 December 2024 (UTC)
::My 13-year old Mac Mini has stopped working. (I have already purchased a new computer, arriving in about two weeks.) I thus borrowed this HP from my sister a week ago, whereupon I discovered this issue. I thus have no idea of the timeline of the problem.--[[Special:Contributions/68.129.153.226|68.129.153.226]] ([[User talk:68.129.153.226|talk]]) 21:07, 11 December 2024 (UTC)
: What happens if you type a single <TT>'</tt> or <TT>"</tt>, followed by some other character, like a letter?
: It sounds like you're in some strange mode which is attempting to interpret various multi-keystroke sequences. Those can be perfectly ordinary — for example, as you may know, on a Mac you can type Option-U to get a bare umlaut, which when you then type a letter like A or U combines with it to form Ä or Ü. But obviously these " and ' sequences you're encountering are bizarre and unwanted! (I've never heard of combining sequences starting with " or ', either.)
: My guess is that these sequences are defined for the convenience of typists in some language other than English. I would go to the relevant control panel — perhaps "Keyboard", although under Windows I'm not sure — and make sure you've got English specified as your language, with no funny extra options specified. —[[User:scs|scs]] ([[User talk:scs|talk]]) 22:10, 11 December 2024 (UTC)
::: Per the below, it sounds like you might well see different behavior depending on whether you type the " or ' followed by a vowel like A or U, versus a consonant like B or S. —[[User:scs|scs]] ([[User talk:scs|talk]]) 22:16, 12 December 2024 (UTC)
::Yes you're right. When you're on the international keyboard (or other non-English one) if you type a quote and then a vowel you get an umlaut. With this keyboard layout the first time you press a quote key it will not type it, and you have to press it twice to type a quote.
::On Windows 10, on the bottom right, to the left of the date and time, there is an area where you can click to change the keyboard layout. For the international keyboard it is "ENG INTL". If you click it you can change to the normal keyboard, "ENG" or "ENG US" or whatever you prefer. ―<span style="font-family:Poppins, Helvetica, Sans-serif;">[[User:Panamitsu|Panamitsu]]</span> [[User_talk:Panamitsu|(talk)]] 22:23, 11 December 2024 (UTC)
::See [[dead key]]. I suppose your system is configured to see ' and " as dead keys, producing no direct output, but combining with the next character you type to create a letter with [[acute accent]] or [[two dots (diacritic)|two dots]]. I haven't used Windows since XP days, but I suppose that if the following character doesn't accept those diacritics, the ' or " is inserted after all. Try switching to a different keyboard layout. [[User:PiusImpavidus|PiusImpavidus]] ([[User talk:PiusImpavidus|talk]]) 10:37, 12 December 2024 (UTC)


: Have you tried a {{key|"|space}} sequence? I've seen such behavior of a keyboard in Windows when working in a language with diacritic letters. It simulates old typewriter - hit a diacritic symbol first, which gets printed with no carriage move, then hit a letter, which gets printed at the same place and then a carriage advances to a next position. Following this mode you hit a diacritic + space sequence to get a diacritic symbol alone. --[[User:CiaPan|CiaPan]] ([[User talk:CiaPan|talk]]) 15:38, 12 December 2024 (UTC)
== Where did the circle go? ==


::Well, 68.129.153.226, we're all agog to know whether any of our suggestions have worked. Be honest. [[User:MinorProphet|MinorProphet]] ([[User talk:MinorProphet|talk]]) 17:35, 13 December 2024 (UTC)
I have Windows 10 and Microsoft Edge. I clicked on the X in the upper right corner but the URL and everything else at the top of the screen was still there, even if nothing worked. [https://en.wikipedia.org/wiki/Wikipedia:Reference_desk/Archives/Computing/2016_August_8#How_do_I_close_a_window.3F This has happened before]. After some time had passed, I happened to look at the screen and saw "Where to next?" and saw a list of options, all sites I go to frequently. After I chose one, I noticed that at the top of the screen where the name of the web site is, the rotating circle (not actually a circle but a group of dots that chase each other in a circle) did not appear to the left of the web site name when I would click on any link of type a URL. Most of the time, that circle is there when I am waiting for a site to come up.— [[User:Vchimpanzee|<span style="color:#070">Vchimpanzee</span>]]&nbsp;• [[User talk:Vchimpanzee|<span style="color:#FA0"> talk</span>]]&nbsp;• [[Special:Contribs/Vchimpanzee|<span style="color:#700">contributions</span>]]&nbsp;• 22:09, 30 December 2016 (UTC)
:I am on Windows 10 on Dell laptop. I have experienced this behavior and I suspect it started after some OS update.
:But note that, when you wish to include anything in double/single quote, you must continue to type as usual. The double/single quote becomes visible only after you type '''any''' following character (not just single/double quote).
:You may be already aware of it, but I thought if you don't know, it will be less frustrating experience once you know how it works. [[User:Ranemanoj|manya]] ([[User talk:Ranemanoj|talk]]) 06:04, 16 December 2024 (UTC)


= December 13 =
One more detail. I got a message at some point that a site was slow due to a long-running script and there was a button to stop the script. When I did this, everything I had done since I clicked on the X was gone. A Yahoo email I was composing reloaded with the original content before I had added anything, and whatever site I was on disappeared and was replaced with a site I had been looking at earlier in the day. And the circle was back.


== Where can I find a thesis of recently released Gemini 2.0? ==
I should mention that shortly after all this, I got a message saying the computer would shut down for major updates. The Internet has worked so much better since those were completed. Just in case anyone is suggesting updates or anything.— [[User:Vchimpanzee|<span style="color:#070">Vchimpanzee</span>]]&nbsp;• [[User talk:Vchimpanzee|<span style="color:#FA0"> talk</span>]]&nbsp;• [[Special:Contribs/Vchimpanzee|<span style="color:#700">contributions</span>]]&nbsp;• 22:15, 30 December 2016 (UTC)
[[File:Data-stream(circle).gif|right]]
:A group of [https://www.tenforums.com/attachments/general-support/30391d1439251648t-windows-10-hangs-100-hdd-use-possible-partition-order-issue-win10boot.jpg pure white dots] that chase each other in a circle appears when you're loading Windows and when you're using programs outside of the normal Desktop mode. It's fundamentally the same idea as [http://www.tmssoftware.com/site/img/hourglass.gif the hourglass] that was used in Windows at least as far back as the 3.1 days. Is this circle the same as that one, or are you describing something different? [[User:Nyttend|Nyttend]] ([[User talk:Nyttend|talk]]) 12:03, 31 December 2016 (UTC)
::I don't know what normal desktop mode is but this is "normal" for me.— [[User:Vchimpanzee|<span style="color:#070">Vchimpanzee</span>]]&nbsp;• [[User talk:Vchimpanzee|<span style="color:#FA0"> talk</span>]]&nbsp;• [[Special:Contribs/Vchimpanzee|<span style="color:#700">contributions</span>]]&nbsp;• 16:41, 31 December 2016 (UTC)
:::Did you use Windows 8 at some point? If so, you'll remember how you could use it in a default mode whereby only one program could be used at a time, or you could run it in Desktop mode in a manner comparable to previous versions of Windows. That's what I mean by normal desktop mode, and by "outside of" it I meant the default mode. Sorry I can't explain myself better; I absolutely hated the one-at-a-time mode and used desktop 100% of time once I figured out how to get it to work. I've always used the desktop mode since getting Windows 10, so even though I've had it for maybe a year, I can't remember if W8's non-desktop mode is an option in W10. [[User:Nyttend|Nyttend]] ([[User talk:Nyttend|talk]]) 04:10, 1 January 2017 (UTC)
:I bought the computer a year ago with Windows 10 already installed.— [[User:Vchimpanzee|<span style="color:#070">Vchimpanzee</span>]]&nbsp;• [[User talk:Vchimpanzee|<span style="color:#FA0"> talk</span>]]&nbsp;• [[Special:Contribs/Vchimpanzee|<span style="color:#700">contributions</span>]]&nbsp;• 18:26, 1 January 2017 (UTC)
::And to get to the internet I click on the "e" at the bottom of the screen. What happens when I get there is essentially the way I've always done it.— [[User:Vchimpanzee|<span style="color:#070">Vchimpanzee</span>]]&nbsp;• [[User talk:Vchimpanzee|<span style="color:#FA0"> talk</span>]]&nbsp;• [[Special:Contribs/Vchimpanzee|<span style="color:#700">contributions</span>]]&nbsp;• 18:30, 1 January 2017 (UTC)
::FWIW from a non-technical user: I too am now using a Windows 10 PC, which of course came with the web browser Microsoft Edge (the "e" you're clicking), and on which I have also installed Mozilla Firefox, which I much prefer for both useability and aesthetic reasons. I have noticed that when I want to surf the net, opening Edge often takes ''significantly'' longer than opening Firefox. This might be in part because Edge insists on opening a large page of news and advert items called "My feed" (which I can't get rid of, and which I assume take some time to all complete loading up, sometimes with glitches), whereas Firefox merely shows a search box and a few generic remarks (and sometimes appeals for donations). I also get far fewer "freezes" on Firefox than on Edge. {The poster formerly known as 87.81.230.195} [[Special:Contributions/2.122.62.241|2.122.62.241]] ([[User talk:2.122.62.241|talk]]) 21:05, 1 January 2017 (UTC)


For [https://blog.google/technology/ai/google-gemini-next-generation-model-february-2024/ Gemini 1.5], I find its [[arxiv:2403.05530|thesis]].
= December 31 =


What about recently released [https://blog.google/technology/google-deepmind/google-gemini-ai-update-december-2024/ Gemini 2.0]? [[User:HarryOrange|HarryOrange]] ([[User talk:HarryOrange|talk]]) 21:53, 13 December 2024 (UTC)
== What is TCP port 1374 used for? ==


:[https://blog.google/technology/google-deepmind/google-gemini-ai-update-december-2024/ Here]? &nbsp;--[[User talk:Lambiam#top|Lambiam]] 21:55, 14 December 2024 (UTC)
My firewall logs show an inbound TCP connection from a server at 104.28.15.88 (CloudFlare) to port 1374. Googling that port number only turned up the name of a service called "molly" associated with "EPI Software Systems" but absolutely nothing about what the service is supposed to be for. What exactly is this service? [[Special:Contributions/69.40.146.46|69.40.146.46]] ([[User talk:69.40.146.46|talk]]) 04:12, 31 December 2016 (UTC)
::OK That's Gemini 2.0 release information. [[User:HarryOrange|HarryOrange]] ([[User talk:HarryOrange|talk]]) 16:52, 15 December 2024 (UTC)
*I suppose you found [https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?&page=23]. [[Port_(computer_networking)#Common_port_numbers|That port is in the "registered" range,]] so well-behaved applications should not use it as a randomized port number, if I remember correctly (that is what the dynamic range is for - if you have the courage to read it, RFC 6335 should describe the whole system). Could be a [[portsweep]] looking for vulnerabilities, who knows. [[User:Tigraan|<span style="font-family:Tahoma;color:#008000;">Tigraan</span>]]<sup>[[User talk:Tigraan|<span title="Send me a silicium letter!" style="color:">Click here to contact me</span>]]</sup> 16:31, 31 December 2016 (UTC)
:*Right, yeah that's basically what I was thinking. Strange thing though is that there is just nothing at all out there describing this so-called "molly" protocol. You would think that someone would have documented it at some point, but apparently not! [[Special:Contributions/69.40.146.46|69.40.146.46]] ([[User talk:69.40.146.46|talk]]) 18:13, 31 December 2016 (UTC)
::* Information on Molly is here: [ http://www.veeco.com/products/growth-control-and-scheduling-software-for-mbe-systems ]. The company that sold Molly used to be called Applied Epi -- were they bought by Veeco? I only worked on a Molly system once and it was years ago, but if I remember correctly from studying the manual that bit about "Flexible architecture allows new components and instruments to be easily integrated—supports other process control hardware connected through standard interfaces" is talking about port 1374. I doubt that any real-world uses ever go farther than a LAN. --[[User:Guy Macon|Guy Macon]] ([[User talk:Guy Macon|talk]]) 18:50, 31 December 2016 (UTC)
::::Exactly what I was looking for. Thank you so much! [[Special:Contributions/69.40.146.46|69.40.146.46]] ([[User talk:69.40.146.46|talk]]) 19:26, 31 December 2016 (UTC)


== How to read Kindle books on iPad? ==


= December 15 =
I buy Kindle books from Amazon but my country cannot buy Kindle and get Kindle iPad app. How to read Kindle books on my iPad?
--[[User:Curious Cat On Her Last Life|Curious Cat On Her Last Life]] ([[User talk:Curious Cat On Her Last Life|talk]]) 05:52, 31 December 2016 (UTC)
*{{re|Curious Cat On Her Last Life}} Does [[Amazon_Kindle#File_formats]] help you? (In particular, is [[Calibre (software)]] able to perform a conversion in a format you can read?) [[User:Tigraan|<span style="font-family:Tahoma;color:#008000;">Tigraan</span>]]<sup>[[User talk:Tigraan|<span title="Send me a silicium letter!" style="color:">Click here to contact me</span>]]</sup> 16:11, 31 December 2016 (UTC)
::Almost definitely not by default due to DRM. However probably an Apprentice (not related to [[The Apprentice]] AFAIK) called Alf could help. Although this does require you're able to actually read the books on your computer. If you can't convince the Kindle Windows program to work because of where you live, you're basically SOL since AFAIK Kindle DRM as with quite a lot of DRM, is only partially broken. (You can remove it if you have the necessary keys, but you can't generate them yourself so you need to get them from the DRM provider.) [[User:Nil Einne|Nil Einne]] ([[User talk:Nil Einne|talk]]) 20:19, 31 December 2016 (UTC)
What is an Apprentice called Alf? What is SOL? --[[User:Curious Cat On Her Last Life|Curious Cat On Her Last Life]] ([[User talk:Curious Cat On Her Last Life|talk]]) 04:28, 1 January 2017 (UTC)
:The apprentice is https://apprenticealf.wordpress.com/ and is referring to DeDRM Tools. I've never used them so can't verify their usefulness. SOL means Sh** out of luck.-<span style="font-family:cursive; color:grey;">[[User talk:gadfium|gadfium]]</span> 04:51, 1 January 2017 (UTC)


==Questions About New Laptop Computer==
== Smartphone memory problem ==
My old laptop computer developed problems with the power, so that it wouldn't start when connected to regular line current. It would start when connected to high-amperage current in an electronics store, but that wasn't useful, and it was time to replace it after five years. I now have some questions about problems with a new laptop computer. The new laptop computer is an HP running Windows 11. [[User:Robert McClenon|Robert McClenon]] ([[User talk:Robert McClenon|talk]]) 04:43, 15 December 2024 (UTC)
===Cursor Jumping Randomly===
Sometimes when I am typing in a Word document or editing Wikipedia in a source window, I discover that the cursor isn't where I think it should be. The cursor has jumped to somewhere else on the screen, apparently randomly. I have to do a Ctrl-Z to undo what I typed in the wrong place, and then move the cursor back to where I want it. If this is caused by line noise, how do I minimize the impact? How likely is that a new mouse would resolve the problem? Are there any settings that I should diddle with?
[[User:Robert McClenon|Robert McClenon]] ([[User talk:Robert McClenon|talk]]) 04:43, 15 December 2024 (UTC)


:First thing I would do is give the mouse and mousepad a good clean and disconnect and reconnect it. [[User:Shantavira|Shantavira]]|[[User talk:Shantavira|<sup>feed me</sup>]] 09:14, 15 December 2024 (UTC)
Whenever I try to download and install some small apps from Google Play on [[Samsung Galaxy Gio]], there's a message about insufficient memory, even though the internal phone memory has 24 MB of free space and SD card has 1,84 GB (running on Android 2.3.4). For instance, today I was unable to install one 8,10-MB app. How is that possible? [[User:Brandmeister|Brandmeister]]<sup>[[User talk:Brandmeister|talk]]</sup> 10:49, 31 December 2016 (UTC)
:Possibly due to your hand brushing the trackpad while typing. If you have a mouse, you could experiment with disabling the trackpad: [https://www.technewstoday.com/how-to-disable-touchpad-on-hp-laptop/ how to disable touchpad on hp laptop]. Or even just try turning it off while typing. This erratic [[wikt:caret|caret]] jumping used to happen to me a lot, too, when my laptop was new, until I found the key to disable the trackpad.
:Not all apps can be installed on a SD card and the remaining internal memory seems to be very small so there may be some issues even if technically it is not used up completely. [[User:Ruslik0|Ruslik]]_[[User Talk:Ruslik0|<span style="color:red">Zero</span>]] 17:52, 31 December 2016 (UTC)
:The term ''caret'' or ''insertion point'' is useful to exclude the mouse cursor (the pointer) from searches. [[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)]] 12:54, 15 December 2024 (UTC)
:You could try moving some other apps or their data storage to the SD card. [[User:Dbfirs|''<font face="verdana"><font color="blue">D</font><font color="#00ccff">b</font><font color="#44ffcc">f</font><font color="66ff66">i</font><font color="44ee44">r</font><font color="44aa44">s</font></font>'']] 18:57, 31 December 2016 (UTC)
:My phone has a setting that allows me to control what type of data gets stored where (internal memory or SD card). &#40;&#40;&#40;[[User:The Quixotic Potato|The Quixotic Potato]]&#41;&#41;&#41; ([[User talk:The Quixotic Potato|talk]]) 19:25, 31 December 2016 (UTC)
::Thank you, [[User:Card Zero]]. I disabled the touchpad. For users who always use a mouse, the touchpad is a complication. [[User:Robert McClenon|Robert McClenon]] ([[User talk:Robert McClenon|talk]]) 19:06, 15 December 2024 (UTC)
:::I now have a possibly useless question. The documentation referred to an option that disables the touchpad when there is a mouse, but the only option that I found in the settings is the option that always disables the touchpad. I would like to specify that the touchpad is disabled when there is a mouse, and enable it if there is no mouse. This makes very little difference because I will always use a mouse. Is it possible that that option isn't available on my computer? This isn't important. [[User:Robert McClenon|Robert McClenon]] ([[User talk:Robert McClenon|talk]]) 02:38, 17 December 2024 (UTC)


===Network File Sharing===
== Not quite computing, but it's at least electronics... ==
With the old laptop, I had set up network file sharing, so that the laptop computer could view and edit files in shared folders on my desktop computer, a Dell, also running Windows 11, if they were both within range of my wireless router (and the desktop computer always is). The desktop computer could also access files in shared folders on the laptop, if the laptop was I have tried to set up network file sharing with the new laptop computer. I tried calling the technical support offered by the electronics chain that I bought the computers from, and I made seven calls to them, none of which worked, and I have concluded that their technical support people don't know what they are doing, and, worse, don't know the limits of their knowledge. Does anyone have advice on a book that will tell me how to set up network file sharing with Windows 11, that has neither too little nor too much information for a retired database engineer?
[[User:Robert McClenon|Robert McClenon]] ([[User talk:Robert McClenon|talk]]) 04:43, 15 December 2024 (UTC)


:@[[User:Robert McClenon|Robert McClenon]] Did you try [https://support.microsoft.com/en-us/windows/file-sharing-over-a-network-in-windows-b58704b2-f53a-4b82-7bc1-80f9994725bf this]? <span style="font-family:monospace; font-weight: bold"> <span style="color:ForestGreen;font-size:15px"> [[W:EN:User:TheTechie|<span style="color:#803280">TheTechie@enwiki</span>]]</span> (<span style="color:#324c80">she/they</span> {{pipe}} [[User talk:TheTechie|<span style="color:rgb(90,50,128)">talk</span>]]) </span> 20:21, 16 December 2024 (UTC)
[[Cable box]] is a disambiguation page for [[cable box (outside)]] and [[cable box (electronics)]]; the latter is a redirect to [[Cable converter box]], the thing that sits on your TV and enables it to process the cable signals. Meanwhile, [[:Commons:Category:Cable television]] has a subcategory for [[:Commons:Category:Set-top boxes]], and hmm, is there a [[Set-top box]] article? Yes, and "A set-top box (STB) or set-top unit (STU), also colloquially known as a cable box is an information appliance device..." that lets your TV convert cable signals, satellite signals, and normal television.
::[[User:TheTechie]] - Thank you. That describes the basics, and describes what I had done successfully with the previous laptop computer. I need either a much greater level of detail, or a troubleshooting guide, or something like that. That was helpful in that it doesn't point out anything that I am doing wrong. [[User:Robert McClenon|Robert McClenon]] ([[User talk:Robert McClenon|talk]]) 02:31, 17 December 2024 (UTC)


So are a cable converter box and a set-top box the same thing or different? They seem to me to cover the same topic, but they've been around since January 2008 and the undated UseModWiki era respectively, and it would be rather unusual if we'd had parallel articles on the same type of object for just almost nine years with nobody getting around to merging them. [[User:Nyttend|Nyttend]] ([[User talk:Nyttend|talk]]) 12:01, 31 December 2016 (UTC)


:''"Set top box"'' is a much broader term that includes cable converter box, [[digital television adapter]], [[Integrated receiver/decoder|satellite decoder]] and several other types. [[User:Dbfirs|''<font face="verdana"><font color="blue">D</font><font color="#00ccff">b</font><font color="#44ffcc">f</font><font color="66ff66">i</font><font color="44ee44">r</font><font color="44aa44">s</font></font>'']] 13:01, 31 December 2016 (UTC)


== data into PC ==
= December 19 =


==Scanning all available streams==
If I wanted to transfer data into a PC (from an MCU), FAST, what are the options? RS-232--USB bridges only work up to 115200 baud, which is ~11 kBytes/s. LPT port, ~1 MByte/s, basically dead, no software support whatsoever. USB, too complicated for bitbang. [[User:Asmrulz|Asmrulz]] ([[User talk:Asmrulz|talk]]) 15:53, 31 December 2016 (UTC)
:What does MCU mean? [[User:Ruslik0|Ruslik]]_[[User Talk:Ruslik0|<span style="color:red">Zero</span>]] 17:50, 31 December 2016 (UTC)
::It means [[Microcontroller]], and most microcontrollers can't do much better than 115200 baud [[RS-232]]/[[RS-422]]/[[RS-485]] using an internal [[UART]]. I says "most" because you can get an ARM Cortex with gigabit Ethernet, USB 3.0, SATA 2.0, and PCI Express.[https://origin-www.marvell.com/embedded-processors/armada-38x/] Other common microcontroller protocols are [[I2C]], [[Serial Peripheral Interface Bus|SPI]], and occasionally you might see [[CAN bus|CAN]]. --[[User:Guy Macon|Guy Macon]] ([[User talk:Guy Macon|talk]]) 19:08, 31 December 2016 (UTC)


Hello there. I'm have a question: How to scan all available online streams from a specified server and port given? For example, I've found a Wowza Streaming Engine server at 115.79.46.164 and port 1935. I want to know which website or software can help me to find all active streams on this server. Thanks for reading. [[User:Ccv2020|Ccv2020]] ([[User talk:Ccv2020|talk]]) 14:22, 16 December 2024 (UTC)
= January 1 =


: [[nmap]] -- [[User:Finlay McWalter|Finlay McWalter]]'''··–·'''[[User talk:Finlay McWalter|Talk]] 17:02, 16 December 2024 (UTC)
== why is the insertion of leap seconds such an issue for software? ==


== .kp domains ==
The corresponding article to it gives some hints. However how does it crash a Windows or Linux server? And why readjusting the clock (by hand or automatically) won't crash the system? <!-- Template:Unsigned IP --><small class="autosigned">—&nbsp;Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/31.4.142.11|31.4.142.11]] ([[User talk:31.4.142.11#top|talk]]) 11:56, 1 January 2017 (UTC)</small> <!--Autosigned by SineBot-->
:This is a topic that isn't easy to describe to a non-programmer audience. It is rife with technical details. If you aren't familiar with how computer programmers use computer hardware and software to represent time, start by reading [[Real-time clock]] and [[system time]]. If these subjects are too technical, please accept this summary: there is a lot of complexity involved in getting a high-speed digital computer to understand time in the format that humans expect. Small errors can occur in any of the layers of the system that work with the clock.
:A large number of totally distinct bugs might occur in response to the UTC [[leap second]]; among the most common category of bugs are softwares that incorrectly assume a [[monotonic]] increase in system time. When time is reported by certain programmatic conventions, monotonicity is not guaranteed. This means that it is ''not correct'' to use simple arithmetic to compute time-differences between two arbitrary time-stamps: a sophisticated API must be used to ensure accurate and valid time interval calculation results. Failure to use such an API may yield negative, zero, or other wrong values. Software that uses wrong time interval values may propagate a malformed result, yielding a crash.
:An excellent technical overview is presented in the Java language utility [https://docs.oracle.com/javase/7/docs/enwiki/api/java/util/Date.html java.util.date], including links to further discussion.
:A different category of bugs arise from the time zone and leap-second database. Computers must interpret a complicated database file and decode the ''schedule'' for when a leap-second is due. This database file is updated, and modern computers must retrieve a new copy from a trustworthy source. The most common format for this data file is the [[tz database]]. Read and understand its specification; it is documented by IANA [http://www.iana.org/time-zones on their website] and in [https://tools.ietf.org/html/rfc6557 RFC6557] and [https://tools.ietf.org/html/rfc5545 RFC5545] and [https://tools.ietf.org/html/rfc4833 RFC4833] and [[ISO 8601]] and ... any skilled programmer will recognize that correct and complete handling of this format is prone to human-error. If a human-error persists in software that runs on your computer, your computer may execute [[undefined behavior]] ...(it may "crash").
:In other programming environments - like linux kernel - things get even more complex, because software must also deal with machine-specificity. Here is a mail archive for Kernel's handling of ISO 8601: [https://patchwork.kernel.org/patch/7951531/ a patch to mktime64]. Here is a discussion of how leap second impacts secure execution in kernel 2.6 (... which is now "quite old"): [https://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.34/ChangeLog-2.6.34.13 ''ChangeLog-2.6.34.13'']. On some computer architectures, the system clock is part of the security scheme, largely to preclude [[replay attack]]s (or to make replay attacks tamper-evident by use of a [[nonce]] or hardware counter). Weirdness with the leap second causes certain benign activity to look an awful lot like a replay attack. Software in the kernel must handle this case correctly, else it may perform [[undefined behavior]]. Our eagle-eyed readers will observe that the kernel hackers attribute the correct implementation of the UTC leap second algorithm to [[Carl Friedrich Gauss]]. This is, surely, an [[anachronism]] for the sake of humor. Ha!
:There are immense variations on these themes. Ultimately, to understand how any specific software might fail when face with any specific instance of a leap-second, we need to carefully scrutinize its source-code. But we can lump the failures into general broad categories: arithmetic errors caused by wrong assumptions about timestamps; system errors caused by incorrect or esoteric handling of hardware clock counters; application errors caused by invalid time-zone and localization computation; and so on.
:Here's a great introduction to time programming, from W3, the web standardizations consortium: [https://www.w3.org/International/wiki/WorkingWithTimeZones Working with Time Zones].
:Hopefully this helps direct you to technical resources. If all else fails, learn to use the thinnest, lightest, all-aluminum computer around: the [[E6B]], whose analog time-calculation capabilities are numerous and widely useful.
:<small>For the regular readers who are not familiar with my background, I used to build [http://vlf.stanford.edu/research/autonomous-ultra-low-power-receiver-design high precision clocks] based on GPS radio signals, and participated in research that used tiny satellite clock errors to indirectly measure the imperfect character of Earth's ionosphere, through which all GPS signals must propagate. The core feature of GPS technology is a group of incredibly accurate clocks that can be used to triangulate an incredibly-accurate location. We would use sophisticated analog and digital electrical circuits, and special software-enabled computers, to ensure clock coherence on opposite sides of the Earth. With effort, we can obtain nanosecond-accurate clock coherency across thousands of miles - as long as we are very very careful. These days, as I pursue an [[instrument flight rules|instrument pilot rating]], I am engaged in an ongoing metadiscussion with my flight instructors about the trustworthiness of software computers to correctly perform these calculations. Famously, a group of very smart scientists accidentally forgot a tiny software-detail related to a GPS time stamp, and [[Faster-than-light neutrino anomaly|mistakenly believed that they had found faster-than-light communication]]. Very smart people can make very small errors, and software makes these errors ''impossible'' to identify. It is for this reason that, when [[instrument meteorological conditions|I can't rely on my eyes and ears]], I still trust [http://tfmlearning.faa.gov/Publications/ATpubs/ATC/atc0607.html my stopwatch] more than my sophisticated GPS-enabled computer. Think of the speed of light as a [[Propagation of uncertainty|very-high-gain time-error amplifier]]. To a GPS computer, each nanosecond of clock error [http://m.wolframalpha.com/input/?i=speed+of+light+in+feet+per+nanosecond equates] to one foot of position error, which only becomes a problem when you're a few nanoseconds away from an obstacle you can't see. Nano-second errors in stopwatches are intuitive; nano-second errors in software are frequently incomprehensible. Good thing there is never any reason to believe that a software computer might err by [http://m.wolframalpha.com/input/?i=%28speed+of+light%29+*+%281+second%29+in+feet&x=0&y=0 one whole entire leap-second]! </small>
:[[User:Nimur|Nimur]] ([[User talk:Nimur|talk]]) 17:35, 1 January 2017 (UTC)


How many .kp domains are there? [[User:Gnu779|Gnu779]] ([[User talk:Gnu779|talk]]) 13:10, 19 December 2024 (UTC)
== What language that is interpreted that is usually considered the best one? ==
:Did you see [[.kp#Existing_and_externally_accessible_domain_list]]? [[User:Polygnotus|Polygnotus]] ([[User talk:Polygnotus|talk]]) 19:10, 19 December 2024 (UTC)
:https://www.northkoreatech.org/the-north-korean-website-list/ is a bit outdated but has more background info. [[User:Polygnotus|Polygnotus]] ([[User talk:Polygnotus|talk]]) 19:20, 19 December 2024 (UTC)
::It's ok, bro. I can still view the outdated ones with the Wayback Machine at the Internet Archive. Thanks, [[User:Gnu779|Gnu779]] ([[User talk:Gnu779|talk]]) 16:10, 20 December 2024 (UTC)


= December 20 =
What language that is interpreted that is usually considered the best one?[[Special:Contributions/201.79.48.89|201.79.48.89]] ([[User talk:201.79.48.89|talk]]) 16:50, 1 January 2017 (UTC)
: It depends what you mean by "best" (e.g. easiest to learn; most powerful; fastest; most likely to get you a well-paid job, etc), and also by [[interpreted language]], which is not a clearly-defined term. [[User:AndrewWTaylor|AndrewWTaylor]] ([[User talk:AndrewWTaylor|talk]]) 17:30, 1 January 2017 (UTC)

Latest revision as of 16:10, 20 December 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:


December 6

[edit]

Do any dashcams exist that livestream drives onto Twitch, YouTube and other livestream video apps?

[edit]

As a Dasher for Doordash, I'd like to have strangers watch me drive deliveries live in real-time. I wonder about whether there's a Dashcam around that allows livestreaming onto any site / apps that allow users to watch anyone's livestreams. I would also like to make some of the obscure music that I play through my car's Bluetooth speakers known to the wider world.

If there isn't such a thing as a livestreaming dashcam, how come and what would it take to innovate a fully-working livestreaming dashcam in the first place? --2600:8803:1D13:7100:B55B:B71:F6ED:7780 (talk) 12:40, 6 December 2024 (UTC)[reply]

If you have a phone or something you could probably try to figure something out by taping it with the camera looking out and then starting a livestream. I’m not too sure about any actual dash cams so I would wait for another user to respond 1250metersdeep (talk) 13:53, 6 December 2024 (UTC)[reply]
You can use one of many streaming cams. You would have to use your phone (or similar device) as a mobile hotspot, tethering the cam to the phone for internet access. This assumes you have unlimited data on your phone. The headache will be that the cam will likely lose internet connection every time you leave the car to make a delivery. If it is a good cam, it will re-attach itself automatically and begin streaming again. 68.187.174.155 (talk) 17:14, 6 December 2024 (UTC)[reply]
If you're not already aware, the sort of thing you're looking to do is often referred to as IRL (in real life) streaming and those who do IRL streams often use a collection of gear consolidated in the form of a backpack for easy wearability and transport. In looking for how to accomplish your specific goals I'd look into researching the backpack setups people have posted in various places. Amstrad00 (talk) 17:44, 6 December 2024 (UTC)[reply]
I suggest also that you consider the copyright and licencing implications of re-broadcasting other people's music, and how any intentions to monetise your streaming (or not) might interact with them {The poster formerly known as 87.81.230.195} 94.1.211.243 (talk) 18:06, 6 December 2024 (UTC)[reply]

December 7

[edit]

Mac window behavior

[edit]

Recently in MacOS, when I drag a window laterally by its title bar, sometimes it blows up to nearly fill the screen. Why? —Tamfang (talk) 23:23, 7 December 2024 (UTC)[reply]

Presumably the window has a maximized state and you're switching to that state. Perhaps your mouse movement is being misunderstood as a touchscreen swiping gesture, if such a maximize gesture exists on the OS, and perhaps you can switch gestures off in the settings. Another possibility is that your mouse has a fault (low battery or a broken button) and is sending double-click messages sometimes, making the window maximize in response to a double-click on its title bar, if those are understood by the OS as maximize. Do you find the title bar slips from your grasp sometimes, as well? That would imply a mouse hardware fault.  Card Zero  (talk) 00:13, 8 December 2024 (UTC)[reply]
The double-click hypothesis is at least worth testing next time it happens. —Tamfang (talk) 22:04, 8 December 2024 (UTC)[reply]
Nope, double-clicking merely expanded the window further. —Tamfang (talk) 04:47, 11 December 2024 (UTC)[reply]
Are you using a trackpad? Touching it with several fingers can alter the meaning of a gesture.  --Lambiam 18:52, 9 December 2024 (UTC)[reply]
Thanks for trying, but no. —Tamfang (talk) 04:48, 11 December 2024 (UTC)[reply]
Perhaps I'm not giving enough weight to the possibility that MacOS is intentionally being annoying without any special provocation. Could it be this, automatic window sizing caused by Tiling, a feature that enables quick snapping and resizing of windows? But by the sound of it this should cause windows, when dragged near screen edges, to go fully fullscreen, not just (if I understand your report correctly) kind of sorta bigger. Still, it's a recent and evidently annoying change to window behavior when windows are dragged, so the circumstantial evidence is strong. Try turning off Tiling?  Card Zero  (talk) 07:27, 11 December 2024 (UTC)[reply]
Plausible. I have now done so. —Tamfang (talk) 23:45, 14 December 2024 (UTC)[reply]

December 8

[edit]

What was the first computer game with normal audio, audio that is not chiptune/tracker/midi/fm synthesis?

[edit]

What was the first computer game with normal audio, audio that is not chiptune/tracker/midi/fm synthesis? 2804:1B3:9700:1E44:2188:5975:E245:4C47 (talk) 17:08, 8 December 2024 (UTC)[reply]

So are you excluding all the digital to analog conversion methods? Some early computer systems allowed analog cassette tapes to play audio under computer control. I assume these included music. Graeme Bartlett (talk) 20:00, 8 December 2024 (UTC)[reply]
I scanned two books on the history of video games and both note that the first "real" sound in video games was Rally-X. They use the clarification that it was the first to use digital-to-analog to turn digitially recorded sounds into analog sound. 68.187.174.155 (talk) 17:25, 9 December 2024 (UTC)[reply]
Tell us what those books are! The fact should be in the article, it would sit nicely after "one of the first games with bonus stages and continuously-playing background music". What are you citing, please?  Card Zero  (talk) 14:11, 10 December 2024 (UTC)[reply]
Please define "normal audio." In general terms, all sounds for arcade games or computer games since around 1976 were produced through some sort of digital audio using sound chips, which includes the terms the OP used such as MIDI, FM synthesis, etc. This includes digitally sampled analogue sounds reproduced with digital technology. Are you asking whether a computer game was developed using analogue hardware using vacuum tubes? Alternate histories suggest themselves, as if bored techies working the night-time shift on the LEO Mk. III had been able to interface with the RCA Mark II Sound Synthesizer via a Fuzzball router and been able to play a beta version of Rogue with full menacing throbbing audio: "The Xeroc strikes!" Wob-wob-wob. All your base are belong to us. MinorProphet (talk) 19:08, 13 December 2024 (UTC)[reply]

December 9

[edit]

Windows Diagnostic Memory tool

[edit]

How long would you expect it to take to do 96GB RAM? I heard an hour per 8GB—sound reasonable? SerialNumber54129 18:33, 9 December 2024 (UTC)[reply]

That guy was a fucking idiot. Took less than two hours. SerialNumber54129 11:09, 10 December 2024 (UTC)[reply]
This conversation makes no sense. Care to elaborate, @Serial Number 54129? TheTechie@enwiki (she/they | talk) 04:43, 13 December 2024 (UTC)[reply]
@TheTechie: Serial Number 54129 asked how long it would take to run Windows Memory Diagnostic Tool on a pc with 96GB RAM. They heard it took an hour per 8GB, so that would be 12 hours for 96GB. Then they say that they tried it and that it took less than 2 hours. Polygnotus (talk) 15:39, 13 December 2024 (UTC)[reply]
Thanks Polygnotus . I admit I was somewhat brusque about my informant  :) SerialNumber54129A New Face in Hell 16:49, 13 December 2024 (UTC)[reply]

December 10

[edit]

Youtube videos switching in the middle to Chinese people doing ordinary things

[edit]

I see that others are encountering the same problem.[1] Has anybody come up with a fix yet? Clarityfiend (talk) 05:26, 10 December 2024 (UTC)[reply]

To avoid videos with crocheting Chinese ladies and such – if that's not your thing – make sure the video is from the original channel and not some pirated and hacked video. The name of the channel (such as Eyewitness News ABC7NY, Jimmy Kimmel Live, ESPN MBL, ...) is given below the title of the video. Pirated videos come from an unfamiliar channel; other than that, everything looks the same as the legit video.  --Lambiam 07:35, 10 December 2024 (UTC)[reply]
Aaah, thanks. Clarityfiend (talk) 01:54, 11 December 2024 (UTC)[reply]

December 11

[edit]

Quote marks will not appear until I type a second one

[edit]

Hello all. I have a seemingly one-off, weird and annoying issue. I am using an HP laptop computer:

OS Name Microsoft Windows 10 Home
System Model HP Spectre x360 Convertible
Version 10.0.19045
Build 19045

Every time I type a quote mark on this computer (or an apostrophe using the same keyboard key without shifting) nothing happens. It is only when I invoke the character key a second time (in a row, without moving the cursor) that anything happens, which is that, only then, TWO quote marks appear. I then I have to delete one of them. Same thing for apostrophes, though I use quotes far more frequently. This happens anywhere I attempt to type the character, including when I placed this one " right now. Please note that the key is not gummed up or anything, it always works to place the two after I type the character the second time. Any ideas? --68.129.153.226 (talk) 17:23, 11 December 2024 (UTC)[reply]

When did this start happening? Has it always been like this? If not, what changed? Be honest. MinorProphet (talk) 20:29, 11 December 2024 (UTC)[reply]
My 13-year old Mac Mini has stopped working. (I have already purchased a new computer, arriving in about two weeks.) I thus borrowed this HP from my sister a week ago, whereupon I discovered this issue. I thus have no idea of the timeline of the problem.--68.129.153.226 (talk) 21:07, 11 December 2024 (UTC)[reply]
What happens if you type a single ' or ", followed by some other character, like a letter?
It sounds like you're in some strange mode which is attempting to interpret various multi-keystroke sequences. Those can be perfectly ordinary — for example, as you may know, on a Mac you can type Option-U to get a bare umlaut, which when you then type a letter like A or U combines with it to form Ä or Ü. But obviously these " and ' sequences you're encountering are bizarre and unwanted! (I've never heard of combining sequences starting with " or ', either.)
My guess is that these sequences are defined for the convenience of typists in some language other than English. I would go to the relevant control panel — perhaps "Keyboard", although under Windows I'm not sure — and make sure you've got English specified as your language, with no funny extra options specified. —scs (talk) 22:10, 11 December 2024 (UTC)[reply]
Per the below, it sounds like you might well see different behavior depending on whether you type the " or ' followed by a vowel like A or U, versus a consonant like B or S. —scs (talk) 22:16, 12 December 2024 (UTC)[reply]
Yes you're right. When you're on the international keyboard (or other non-English one) if you type a quote and then a vowel you get an umlaut. With this keyboard layout the first time you press a quote key it will not type it, and you have to press it twice to type a quote.
On Windows 10, on the bottom right, to the left of the date and time, there is an area where you can click to change the keyboard layout. For the international keyboard it is "ENG INTL". If you click it you can change to the normal keyboard, "ENG" or "ENG US" or whatever you prefer. ―Panamitsu (talk) 22:23, 11 December 2024 (UTC)[reply]
See dead key. I suppose your system is configured to see ' and " as dead keys, producing no direct output, but combining with the next character you type to create a letter with acute accent or two dots. I haven't used Windows since XP days, but I suppose that if the following character doesn't accept those diacritics, the ' or " is inserted after all. Try switching to a different keyboard layout. PiusImpavidus (talk) 10:37, 12 December 2024 (UTC)[reply]
Have you tried a "+space sequence? I've seen such behavior of a keyboard in Windows when working in a language with diacritic letters. It simulates old typewriter - hit a diacritic symbol first, which gets printed with no carriage move, then hit a letter, which gets printed at the same place and then a carriage advances to a next position. Following this mode you hit a diacritic + space sequence to get a diacritic symbol alone. --CiaPan (talk) 15:38, 12 December 2024 (UTC)[reply]
Well, 68.129.153.226, we're all agog to know whether any of our suggestions have worked. Be honest. MinorProphet (talk) 17:35, 13 December 2024 (UTC)[reply]
I am on Windows 10 on Dell laptop. I have experienced this behavior and I suspect it started after some OS update.
But note that, when you wish to include anything in double/single quote, you must continue to type as usual. The double/single quote becomes visible only after you type any following character (not just single/double quote).
You may be already aware of it, but I thought if you don't know, it will be less frustrating experience once you know how it works. manya (talk) 06:04, 16 December 2024 (UTC)[reply]

December 13

[edit]

Where can I find a thesis of recently released Gemini 2.0?

[edit]

For Gemini 1.5, I find its thesis.

What about recently released Gemini 2.0? HarryOrange (talk) 21:53, 13 December 2024 (UTC)[reply]

Here?  --Lambiam 21:55, 14 December 2024 (UTC)[reply]
OK That's Gemini 2.0 release information. HarryOrange (talk) 16:52, 15 December 2024 (UTC)[reply]


December 15

[edit]

Questions About New Laptop Computer

[edit]

My old laptop computer developed problems with the power, so that it wouldn't start when connected to regular line current. It would start when connected to high-amperage current in an electronics store, but that wasn't useful, and it was time to replace it after five years. I now have some questions about problems with a new laptop computer. The new laptop computer is an HP running Windows 11. Robert McClenon (talk) 04:43, 15 December 2024 (UTC)[reply]

Cursor Jumping Randomly

[edit]

Sometimes when I am typing in a Word document or editing Wikipedia in a source window, I discover that the cursor isn't where I think it should be. The cursor has jumped to somewhere else on the screen, apparently randomly. I have to do a Ctrl-Z to undo what I typed in the wrong place, and then move the cursor back to where I want it. If this is caused by line noise, how do I minimize the impact? How likely is that a new mouse would resolve the problem? Are there any settings that I should diddle with? Robert McClenon (talk) 04:43, 15 December 2024 (UTC)[reply]

First thing I would do is give the mouse and mousepad a good clean and disconnect and reconnect it. Shantavira|feed me 09:14, 15 December 2024 (UTC)[reply]
Possibly due to your hand brushing the trackpad while typing. If you have a mouse, you could experiment with disabling the trackpad: how to disable touchpad on hp laptop. Or even just try turning it off while typing. This erratic caret jumping used to happen to me a lot, too, when my laptop was new, until I found the key to disable the trackpad.
The term caret or insertion point is useful to exclude the mouse cursor (the pointer) from searches.  Card Zero  (talk) 12:54, 15 December 2024 (UTC)[reply]
Thank you, User:Card Zero. I disabled the touchpad. For users who always use a mouse, the touchpad is a complication. Robert McClenon (talk) 19:06, 15 December 2024 (UTC)[reply]
I now have a possibly useless question. The documentation referred to an option that disables the touchpad when there is a mouse, but the only option that I found in the settings is the option that always disables the touchpad. I would like to specify that the touchpad is disabled when there is a mouse, and enable it if there is no mouse. This makes very little difference because I will always use a mouse. Is it possible that that option isn't available on my computer? This isn't important. Robert McClenon (talk) 02:38, 17 December 2024 (UTC)[reply]

Network File Sharing

[edit]

With the old laptop, I had set up network file sharing, so that the laptop computer could view and edit files in shared folders on my desktop computer, a Dell, also running Windows 11, if they were both within range of my wireless router (and the desktop computer always is). The desktop computer could also access files in shared folders on the laptop, if the laptop was I have tried to set up network file sharing with the new laptop computer. I tried calling the technical support offered by the electronics chain that I bought the computers from, and I made seven calls to them, none of which worked, and I have concluded that their technical support people don't know what they are doing, and, worse, don't know the limits of their knowledge. Does anyone have advice on a book that will tell me how to set up network file sharing with Windows 11, that has neither too little nor too much information for a retired database engineer? Robert McClenon (talk) 04:43, 15 December 2024 (UTC)[reply]

@Robert McClenon Did you try this? TheTechie@enwiki (she/they | talk) 20:21, 16 December 2024 (UTC)[reply]
User:TheTechie - Thank you. That describes the basics, and describes what I had done successfully with the previous laptop computer. I need either a much greater level of detail, or a troubleshooting guide, or something like that. That was helpful in that it doesn't point out anything that I am doing wrong. Robert McClenon (talk) 02:31, 17 December 2024 (UTC)[reply]


December 19

[edit]

Scanning all available streams

[edit]

Hello there. I'm have a question: How to scan all available online streams from a specified server and port given? For example, I've found a Wowza Streaming Engine server at 115.79.46.164 and port 1935. I want to know which website or software can help me to find all active streams on this server. Thanks for reading. Ccv2020 (talk) 14:22, 16 December 2024 (UTC)[reply]

nmap -- Finlay McWalter··–·Talk 17:02, 16 December 2024 (UTC)[reply]

.kp domains

[edit]

How many .kp domains are there? Gnu779 (talk) 13:10, 19 December 2024 (UTC)[reply]

Did you see .kp#Existing_and_externally_accessible_domain_list? Polygnotus (talk) 19:10, 19 December 2024 (UTC)[reply]
https://www.northkoreatech.org/the-north-korean-website-list/ is a bit outdated but has more background info. Polygnotus (talk) 19:20, 19 December 2024 (UTC)[reply]
It's ok, bro. I can still view the outdated ones with the Wayback Machine at the Internet Archive. Thanks, Gnu779 (talk) 16:10, 20 December 2024 (UTC)[reply]

December 20

[edit]