Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 306 307 [308] 309 310 ... 350

Author Topic: The Generic Computer Advice Thread  (Read 572488 times)

wierd

  • Bay Watcher
  • I like to eat small children.
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4605 on: June 21, 2021, 08:32:17 am »

I would say it is more likely to be a codec related issue.

Try encoding your upload with a different encoder before uploading. (Youtube is going to convert it to whatever the hell it is going to convert it to regardless, but giving it something less likely to get CPU stomped during re-encode, seems reasonable.)
Logged

LordBaal

  • Bay Watcher
  • System Lord and Hanslanda lees evil twin.
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4606 on: June 21, 2021, 09:01:39 am »

Could be, why I suggested uploading videos not edited but the randomness of it seems to indicate something else.
Logged
I'm curious as to how a tank would evolve. Would it climb out of the primordial ooze wiggling it's track-nubs, feeding on smaller jeeps before crawling onto the shore having evolved proper treds?
My ship exploded midflight, but all the shrapnel totally landed on Alpha Centauri before anyone else did.  Bow before me world leaders!

methylatedspirit

  • Bay Watcher
  • it/its
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4607 on: June 21, 2021, 09:24:44 am »

(Youtube is going to convert it to whatever the hell it is going to convert it to regardless, but giving it something less likely to get CPU stomped during re-encode, seems reasonable.)

For unnecessary info, Youtube transcodes to the following codecs for general web use: H.264, VP9, and AV1. These are the main codecs served to devices if you run youtube-dl -F on a video. I know that YT uses at least parts of FFmpeg for video decoding-- I once uploaded a video in ffvhuff format, which is a codec specific to FFmpeg.
Logged

delphonso

  • Bay Watcher
  • menaces with spikes of pine
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4608 on: June 28, 2021, 06:31:57 pm »

Is there anyone on here with experience setting up VPNs that I could ask some questions?

Schmaven

  • Bay Watcher
  • Abiding
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4609 on: June 28, 2021, 07:48:03 pm »

Is there anyone on here with experience setting up VPNs that I could ask some questions?

I've set up over a dozen various kinds for work, always from the client side once the VPN has already been established by the site's IT department though.

Edit: Usually the IT department has an install guide of some kind.  There are some that require you to have a config file from them loaded into the VPN program.  Some have 3rd party revolving keys.  Some are just set up in the standard Windows network connections page.  I've only occasionally used the same type twice.  Only 1 I've I noticed blocks all internet connections on the client machine, most leave that open.

I suspect however that you're more curious about setting 1 up from scratch than connecting to an already existing VPN, in which case I have no experience there.
« Last Edit: June 30, 2021, 08:33:21 pm by Schmaven »
Logged

methylatedspirit

  • Bay Watcher
  • it/its
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4610 on: July 08, 2021, 09:38:45 am »

I'm trying to compile fortune-mod with MSYS2 on Windows 10, and it's not quite working as planned. CMake produces output, but the makefiles it generates produce this error:

Code: [Select]
[  1%] Linking C executable rot.exe
/C/msys64/usr/bin/../lib/gcc/x86_64-pc-msys/10.2.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lintl
/C/msys64/usr/bin/../lib/gcc/x86_64-pc-msys/10.2.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lregex
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/rot.dir/build.make:101: rot.exe] Error 1
make[1]: *** [CMakeFiles/Makefile2:128: CMakeFiles/rot.dir/all] Error 2
make: *** [Makefile:156: all] Error 2

I've got rinutils compiled already. It's already linked, CMake is seeing it. (Now, I realize fortune isn't meant to run on Windows, but I'm trying to see if it even can.)

Am I missing a library? I'm using the CMake GUI, for reference.
Logged

wierd

  • Bay Watcher
  • I like to eat small children.
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4611 on: July 19, 2021, 11:57:24 pm »

missing lintl and lregex

The first is part of the gettext package.
The second is in libregex.

Use the package manager for msys to pull the missing dependencies.
Logged

Starver

  • Bay Watcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4612 on: July 20, 2021, 07:11:57 am »

So if someone had, say, securely compressed all my bitcoin wallets, what do you think I should try to do about it?

(j/k!)


Logged

Naturegirl1999

  • Bay Watcher
  • Thank you TamerVirus for the avatar switcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4613 on: July 20, 2021, 11:15:03 am »

I wish there was a way to mod apps while on an iPad, maybe there’s an app that allows it? I wouldn’t need to be able to upload the results on the store, it would just be cool to see what code for various apps looks like
Logged

wierd

  • Bay Watcher
  • I like to eat small children.
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4614 on: July 20, 2021, 12:28:47 pm »

No, because virtualized code is FORBIDDEN on iDevices.
Logged

Starver

  • Bay Watcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4615 on: July 20, 2021, 01:14:25 pm »

I wish there was a way to mod apps while on an iPad, maybe there’s an app that allows it? I wouldn’t need to be able to upload the results on the store, it would just be cool to see what code for various apps looks like
On the whole, I don't think you're going to get that ability for a number of reasons... Which is a complex list but probably boils down to: a) "(even if) free as in beer, not free as in speech", b) the need to sensibly decompile and/or bundle the source, c) [...]

[...yeah, ninjaed by an excellent single-point summary, I see. No need to go to into the detail I did.]
Logged

Naturegirl1999

  • Bay Watcher
  • Thank you TamerVirus for the avatar switcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4616 on: July 20, 2021, 01:15:54 pm »

No, because virtualized code is FORBIDDEN on iDevices.
why is it forbidden?
Logged

LordBaal

  • Bay Watcher
  • System Lord and Hanslanda lees evil twin.
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4617 on: July 20, 2021, 07:17:59 pm »

Thou shall not ask.
Logged
I'm curious as to how a tank would evolve. Would it climb out of the primordial ooze wiggling it's track-nubs, feeding on smaller jeeps before crawling onto the shore having evolved proper treds?
My ship exploded midflight, but all the shrapnel totally landed on Alpha Centauri before anyone else did.  Bow before me world leaders!

wierd

  • Bay Watcher
  • I like to eat small children.
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4618 on: July 20, 2021, 07:53:42 pm »

No, because virtualized code is FORBIDDEN on iDevices.
why is it forbidden?

Several reasons.

1) It would allow code not blessed by the Apple approval process to run freely on idevices.  This would be a circumvention of the apple store gatekeeper function, for the walled garden. Thus, forbidden.  (This is all in one stroke a 'security measure' (see below), AND an anticompetitive practice that reinforces the role of the gatekeeper, and its 30% cut of sales.)

2) Allowing that kind of code to function inside a sandbox, runs the risk of a vulnerability being exploited to escape the sandbox, and possibly be used to gain system access. This is a security risk for the device, and apple is real negative on that kind of thing. While outright forbidding it as a policy is like trying to outlaw global sea rise (as a 'solution' for climate change), and thus a form of security through obscurity-- the actual reduction in attack surface has real value in a security role. (Fewer people being able to get code to run in such a way, because of lack of tools, mean fewer exploits discovered, means 'safer' platform. The vulnerabilities are still there, but are harder to get access to. This is related to the reason apple is REALLY NEGATIVE on the practice of emulating an iDevice for security research. Such an emulator allows security researchers to look for, and experimentally hook those exploits in the virtual iDevice, without the obscuration of the apple store or the apple hardware. Apple is also big on being buddy-buddy with the copyright cartels, and uses the same tactics they do, so naturally the contested that their software was not LICENSED to be run in a virtual machine, and that this constituted an EULA violation. (And of course, they wont license it for use in that way, because, then people would find security vulns, and exploit them!))

3) Allowing virtualized code allows for content that violates apple's intellectual property rules-- Things like emulators for old consoles, where the rom images are of dubious, if not blatantly illegal nature, in terms of copyright, or platform licensing.  "Just Saying NO" means apple can have some legal protection against being an accessory to copyright infringement by knowingly permitting their platform to be used this way (because of how broken our legal system is in regard to this, and how greedy the copyright cartels are.)

The question really shouldn't be "Why does Apple forbid it?" and "How do open platforms manage to survive?"
« Last Edit: July 20, 2021, 08:03:01 pm by wierd »
Logged

LordBaal

  • Bay Watcher
  • System Lord and Hanslanda lees evil twin.
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4619 on: July 21, 2021, 08:42:46 pm »

In short it would be heresy for Apple, and they'll deploy lawyers in drop pods to your house, as it would hamper their effectiveness at milking you for every penny.
Logged
I'm curious as to how a tank would evolve. Would it climb out of the primordial ooze wiggling it's track-nubs, feeding on smaller jeeps before crawling onto the shore having evolved proper treds?
My ship exploded midflight, but all the shrapnel totally landed on Alpha Centauri before anyone else did.  Bow before me world leaders!
Pages: 1 ... 306 307 [308] 309 310 ... 350