[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y / ] [Home]
4chanarchives logo

Archived threads in /g/ - Technology - 1790. page


File: 3910W-SL.jpg (48KB, 788x864px) Image search: [Google] [Yandex] [Bing]
3910W-SL.jpg
48KB, 788x864px
i heard that almost of US movie theater seat... have speakers where locate near a head(ears).
i live in nigata now but i never see like this seat around my hometown movie theater..
my friend who live in tokyo, he cant see like this too...
is it real about this speakers in seat?
i really glad if u guys answer about this


i hope u can read this shit eng
im sorry fo this
8 posts and 3 images submitted.
>>
>>53857301
No US theater has speakers in the seats.
>>
>>53857301
yes all seats have headphones
>>
>>53857737
And the newer ones have VR goggles.

>Any .NET languages
6 posts and 1 images submitted.
>>
C# will rule it all someday. You know it.
>>
>>53856670
Freetard detected.
>>
>>53856670
C# is actually really good. Also as long as microdick has the market share it has, .NET will stay

Old one is nearly deadsies.
10 posts and 5 images submitted.
>>
>>53856377
Your room looks cramped
>>
>>53856391
The size is somewhat deceptive because I used a wide angle lens when taking the photo. It is a little on the smaller size. It's a room in a shared house, so I can manage for now.
>>
File: BTL.jpg (118KB, 768x1024px) Image search: [Google] [Yandex] [Bing]
BTL.jpg
118KB, 768x1024px
>yfw your $3000 battle station isn't as comfortable as this

I've got an interesting problem for anyone really good with computers. When launching games from Steam my cpu fan just shuts off, some games will cause it to turn on and off. There is not any problem with the fan when steam is open only when games are launched. There is no overheating problem because the fan normally works. I can give you lots more info if anyone is willing and able to help.

Thanks in advance!
6 posts and 4 images submitted.
>>
Doing this didn't help
>>
File: office-space-copier.jpg (24KB, 420x281px) Image search: [Google] [Yandex] [Bing]
office-space-copier.jpg
24KB, 420x281px
want to do this
>>
just all of this

I'd just like to interject for moment. Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called “Linux”, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called “Linux” distributions are really distributions of GNU/Linux.
8 posts and 1 images submitted.
>>
Many users do not understand the difference between the kernel, which is Linux, and the whole system, which they also call “Linux”. The ambiguous use of the name doesn't help people understand. These users often think that Linus Torvalds developed the whole operating system in 1991, with a bit of help.

Programmers generally know that Linux is a kernel. But since they have generally heard the whole system called “Linux” as well, they often envisage a history that would justify naming the whole system after the kernel. For example, many believe that once Linus Torvalds finished writing Linux, the kernel, its users looked around for other free software to go with it, and found that (for no particular reason) most everything necessary to make a Unix-like system was already available.

What they found was no accident—it was the not-quite-complete GNU system. The available free software added up to a complete system because the GNU Project had been working since 1984 to make one. In the The GNU Manifesto we set forth the goal of developing a free Unix-like system, called GNU. The Initial Announcement of the GNU Project also outlines some of the original plans for the GNU system. By the time Linux was started, GNU was almost finished.

Most free software projects have the goal of developing a particular program for a particular job. For example, Linus Torvalds set out to write a Unix-like kernel (Linux); Donald Knuth set out to write a text formatter (TeX); Bob Scheifler set out to develop a window system (the X Window System). It's natural to measure the contribution of this kind of project by specific programs that came from the project.
>>
If we tried to measure the GNU Project's contribution in this way, what would we conclude? One CD-ROM vendor found that in their “Linux distribution”, GNU software was the largest single contingent, around 28% of the total source code, and this included some of the essential major components without which there could be no system. Linux itself was about 3%. (The proportions in 2008 are similar: in the “main” repository of gNewSense, Linux is 1.5% and GNU packages are 15%.) So if you were going to pick a name for the system based on who wrote the programs in the system, the most appropriate single choice would be “GNU”.

But that is not the deepest way to consider the question. The GNU Project was not, is not, a project to develop specific software packages. It was not a project to develop a C compiler, although we did that. It was not a project to develop a text editor, although we developed one. The GNU Project set out to develop a complete free Unix-like system: GNU.

Many people have made major contributions to the free software in the system, and they all deserve credit for their software. But the reason it is an integrated system—and not just a collection of useful programs—is because the GNU Project set out to make it one. We made a list of the programs needed to make a complete free system, and we systematically found, wrote, or found people to write everything on the list. We wrote essential but unexciting (1) components because you can't have a system without them. Some of our system components, the programming tools, became popular on their own among programmers, but we wrote many components that are not tools (2). We even developed a chess game, GNU Chess, because a complete system needs games too.
>>
By the early 90s we had put together the whole system aside from the kernel. We had also started a kernel, the GNU Hurd, which runs on top of Mach. Developing this kernel has been a lot harder than we expected; the GNU Hurd started working reliably in 2001, but it is a long way from being ready for people to use in general.

Fortunately, we didn't have to wait for the Hurd, because of Linux. Once Torvalds freed Linux in 1992, it fit into the last major gap in the GNU system. People could then combine Linux with the GNU system to make a complete free system: a Linux-based version of the GNU system; the GNU/Linux system, for short.

Making them work well together was not a trivial job. Some GNU components(3) needed substantial change to work with Linux. Integrating a complete system as a distribution that would work “out of the box” was a big job, too. It required addressing the issue of how to install and boot the system—a problem we had not tackled, because we hadn't yet reached that point. Thus, the people who developed the various system distributions did a lot of essential work. But it was work that, in the nature of things, was surely going to be done by someone.

The GNU Project supports GNU/Linux systems as well as the GNU system. The FSF funded the rewriting of the Linux-related extensions to the GNU C library, so that now they are well integrated, and the newest GNU/Linux systems use the current library release with no changes. The FSF also funded an early stage of the development of Debian GNU/Linux.

File: lin.png (26KB, 823x290px) Image search: [Google] [Yandex] [Bing]
lin.png
26KB, 823x290px
>2016
>Not having any knowledge of Linux

Have fun with your Windows Server.
9 posts and 1 images submitted.
>>
>2016
>Not having any knowledge of Windows

Have fun with your Linux Server.
>>
>Linux Administrator
I'd just like to interject for a moment...
>>
>>53855086
>43 USD
is that supposed to be good?

File: muh_algorithms.png (134KB, 286x400px) Image search: [Google] [Yandex] [Bing]
muh_algorithms.png
134KB, 286x400px
>tfw they take your algorithms
9 posts and 6 images submitted.
>>
File: gcWfSeW.jpg (26KB, 600x596px) Image search: [Google] [Yandex] [Bing]
gcWfSeW.jpg
26KB, 600x596px
>>53854936
implying that I never intentionally leave a few details out of my algorithms.
>>
File: 1421179550167.jpg (135KB, 1024x768px) Image search: [Google] [Yandex] [Bing]
1421179550167.jpg
135KB, 1024x768px
>>53856248
>implying source code of open source project compiles EVER
>>
File: 1451763729875.jpg (17KB, 313x286px) Image search: [Google] [Yandex] [Bing]
1451763729875.jpg
17KB, 313x286px
>>53856276
>tfw literally never compiles

File: shutterstock_logo.png (1KB, 200x51px) Image search: [Google] [Yandex] [Bing]
shutterstock_logo.png
1KB, 200x51px
Any program that will automatically remove logos from videos?
6 posts and 1 images submitted.
>>
>>53854869
Have you tried Paypal?
>>
Just buy it nigger
>>
>>53854880
My dad is broke and he spends hundreds on these videos. I just want to help him out.

File: gtav_vhigh_cpu.png (57KB, 582x2128px) Image search: [Google] [Yandex] [Bing]
gtav_vhigh_cpu.png
57KB, 582x2128px
Does the CPU affect FPS dramatically, compared to GPU even in "CPU bound" games?
8 posts and 2 images submitted.
>>
>>53854718
>gayming
>>
>>53854718
>what are bottlenecks
>>
>>53854718
In GTA:V on 1080p, the newest CPUs can get up to ~70 FPS, while the oldest CPUs can get as low as ~30 FPS, with the same GPU.

File: CSG.jpg (632KB, 2920x1826px) Image search: [Google] [Yandex] [Bing]
CSG.jpg
632KB, 2920x1826px
Old thread capped

Post chinkshit while mods are asleep

Previous thread
>>53838668

>IRC channel #/csg/ on rizon

http://pastebin.com/jKiAG7yj
7 posts and 1 images submitted.
>>
Fuck off chink
>>
>C***K
Lmao censoring words on 4chan.
>>
>>53854617
sage and reported

please do not bump this shit thread

Anybody on here know if you can use the samsung s6 ROMs and modifications and shit found on XDA on a samsung s7?

Also samsung s7 praise general
> dat water resistance
> dat 4gb ram
> dat liquid cooling
> dat snapdragon 820
> dat always on display
> dat 3000mah battery
> dat wireless and fast charging
> dat 1440p display
> dat best camera on a smartphone rn

Seriously guys this is a lot of phone for your money
7 posts and 1 images submitted.
>>
shameless self bump
>>
Not until there's a way to unlock the bootloader, stop bumping your shitty thread and ask in /spg/
>>
>>53853920
unless you have a canadian or otherwise international version of the phone

So, is it never happening? The prices are finally dropping, but without root access and Xposed, its useless.
8 posts and 1 images submitted.
>>
I just wanted to reply to this thread so you dont feel lonely. But yeah there isn't anything to contribute to this thread.
>BBOS emulates Android, it doesn't run natively
>>
it's never happening bb will only try and sell more android phones before closing down their consumer services 2bh
>>
>>53853290
It's 2016, root is not that useful anymore

Hello, computer!
10 posts and 1 images submitted.
>>
Ok Computer
>>
https://www.youtube.com/watch?v=lu88J5JL8Hw
>>
>Using a mouse
>how quaint.

/g/, I need your input. This is a project I'll probably never actually work on much less complete, but I'd like to flesh it out a little bit.

What info would you want to be accurately presented in a big-budget hacker movie?

Think a combination of the Albert Gonzalez story with some Ross Ulbricht thrown in on the side.
9 posts and 2 images submitted.
>>
I like my sister
>>
Id like to see a story following one of the real weirdos who take over webcams, or steal credit card info on the side to support themselves
>>
wait till ross ulbricht's diary is released to the public and make a movie out of that

File: anime question girl.jpg (50KB, 736x724px) Image search: [Google] [Yandex] [Bing]
anime question girl.jpg
50KB, 736x724px
In Linux can I encrypt my OS drive while its online like I can in Windows?
6 posts and 2 images submitted.
>>
stop posting this fucking slut every fucking day
>>
File: 1458558725416.jpg (907KB, 2448x3264px) Image search: [Google] [Yandex] [Bing]
1458558725416.jpg
907KB, 2448x3264px
>>53852497
I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and essential system components comprising a full OS as defined by POSIX.

Many computer users run a modified version of the GNU system every day, but do not realize it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Linux, and many of the users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is a necessary part of an operating system, but cannot work on its own; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called Linux distributions are really distributions of GNU/Linux.
>>
>>53852518
nigger

Pages: [First page] [Previous page] [1781] [1782] [1783] [1784] [1785] [1786] [1787] [1788] [1789] [1790] [1791] [1792] [1793] [1794] [1795] [1796] [1797] [1798] [1799] [Next page] [Last page]
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y / ] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
If a post contains illegal content, please click on its [Report] button and follow the instructions.
This is a 4chan archive - all of the content originated from them. If you need information for a Poster - you need to contact them.
This website shows only archived content and is not affiliated with 4chan in any way.
If you like this website please support us by donating with Bitcoin at 1XVgDnu36zCj97gLdeSwHMdiJaBkqhtMK