[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

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

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Why do normies almost exclusively use laptops instead of desktops?
33 posts and 3 images submitted.
>>
You can figure this out
You're not that retarded
I believe in you
>>
You can show off a laptop, you can't show off a desktop

normies are ALL about the social signalling
>>
>>58790509
I can't think like a normie

File: 176px-XMPP_logo.svg.png (11KB, 176x181px) Image search: [Google]
176px-XMPP_logo.svg.png
11KB, 176x181px
What went wrong?
12 posts and 2 images submitted.
>>
>no answer
there's your answer, not many people even know what it is
>>
>>58790424
Google and Skype removed support.
>>
>>58790424
Nothing really.
Conversations + OMEMO + ejabberd on CentOS is by far the best instant messaging platform.

File: file.png (981KB, 1200x630px) Image search: [Google]
file.png
981KB, 1200x630px
>have iTunes and Apple music on old computer
>synced all the music to my new phone
>throw out old computer
>install iTunes on new computer
>only half the albums from old computer on there

What the FUCK do I do? None of the albums are from the hard drive of my old computer, it's all streamed from Apple Music. Why the fuck won't all the albums show up on my new computer?

>inb4 get Spotify

I've got way too many fucking albums to even begin to bother getting that shit on Spotify. It'll take me fucking hours.
21 posts and 2 images submitted.
>>
If you use a botnet, at least choose a quality one.
>tfw have Spotify Premium for got knows how many years
>everything I add to my library on one is instantly accessible on another
>my music don't get mysteriously deleted and I'm not a fan of Taylor Swift
>fibre at home, 4G everywhere, LMT and Nokia are currently preparing to deploy 5G
comfy
>>
>>58790369
Congratulations, you got cucked by Apple.
>>
>>58790369
get spotify

File: find-journal.png (63KB, 1273x607px) Image search: [Google]
find-journal.png
63KB, 1273x607px
Hi /g/
My google-fu has failed me so I have come here as a last resort. Apologies if this is a simple request. I have a browser hijacker which redirects me to the website in the image. I found and deleted most of the registry keys related with it, but these last few cannot be deleted.
How can I delete these reg keys?
10 posts and 1 images submitted.
>>
>using malware infested windows

Reformat and reinstall.
>>
>>58790245
Scan it with adware It usually deletes the registry's.
did you run reg edit in admin mode?
>>
>>58790275
Adware detected but wouldn't remove - even in safemode.

File: 4096Array-FIXED.png (89KB, 2736x736px) Image search: [Google]
4096Array-FIXED.png
89KB, 2736x736px
Hey, I'm the guy who was helping that person earlier today, but we were both too tired to finish.

IDK if that guy is on again, but if he comes back, I hope he sees this. Else, if someone can show him the code, that'd be great!
#include <stdio.h>

#define MAIN_SZ 4096
#define WINDOW_SZ 1024
#define INCREMENT 128

int main()
{
int nums[MAIN_SZ];
int window[WINDOW_SZ];
char* input;

for(int i = 0; i < MAIN_SZ; i++){
nums[i] = i + 1;
}
for(int i = 0; i < WINDOW_SZ; i++){
window[i] = i;
}

for(int i = -WINDOW_SZ; i <= MAIN_SZ; i += INCREMENT){
printf("\n---------------------------\nNext Row: ");
//gets(input);
for(int j = 0; j < WINDOW_SZ; j++){
/* * /
if((i + j) < 0){
window[j] = 0;
}else if((i + j >= MAIN_SZ)){
window[j] = 0;
}else{
window[j] = nums[i + j];
}
/* */
window[j] = (((i + j) < 0) || ((i + j) >= MAIN_SZ)) ? 0 : nums[i + j];
}
for(int k = 0; k < WINDOW_SZ; k++){
printf("%d ", window[k]);
}
}
gets(input);
return 0;
}
19 posts and 2 images submitted.
>>
>>58790117
I left in the commented out if-else block, so he can see how efficient it actually is.

I know efficiency was a concern in the original project, and he made note of a lot of comparisons, but it's actually only running 3 comparisons:
if (i + j) < 0, if (i + j) > 4096, and if (i + j) == 4096

It might be possible to crank down some other operations. I'm not sure. Possibly a few Arithmetic ones?

But, this should be pretty efficient.
And it DOES do what the guy needed.
>>
function post(){
if (guyIsOn = true){
post.this = visible;
} else {
if (someoneIsLurk = true){
sleep 3600;
post();
}
}
}
>>
>>58790117
>gets
Are you serious?
Didn't your compiler/linker give you the "YOU ARE A FUCKING IDIOT, WHAT ARE YOU DOING???" warning?

File: mint.jpg (874KB, 1920x1080px) Image search: [Google]
mint.jpg
874KB, 1920x1080px
>wanted to finally escape the windows botnet
>dualboot Linux Mint with Cinnamon and W10
>tell myself I will switch to more 1337 distro when I become better with Linux
>started reading The Linux Bible, taking Unix Administration classes at uni
>several months later, I am actually pretty solid
>realized all the superb programmers who lectured us at uni use either ubuntu, or fedora with absolutely minimum rice
>realized haven't seen Arch or Gentoo once
>realized I'm satisfied with Mint, it's super comfy and has everything I need
Is this the final redpill? Are the "n00b" distros perfectly okay for productive people with jobs?
37 posts and 4 images submitted.
>>
>Are the "n00b" distros perfectly okay for productive people with jobs?

Yes.

Only NEET Spergs care about the Arch and Gentoo.
>>
>>58790049
>Are the "n00b" distros perfectly okay for productive people with jobs?
Yes.

But Mint is horrible because the dev doesn't care about security. If you are knowledgeable about linux (security) then of course you'll be fine. But for beginners it is pretty bad. Don't recommend it to them.

TL;DR Don't worry about what anyone else is using, use what you like....and avoid Mint.
>>
There is literally no difference between distros.
Only package managers and repos.

File: giphy.gif (401KB, 499x374px) Image search: [Google]
giphy.gif
401KB, 499x374px
Eons later, technology still hasn't achieved, come up with nor caught up to the technology of a talking Pokédex that can be used as your ID. How does that make you feel /g/? And yet there you are still using plastic as your personal identification card like a dumbass.
8 posts and 1 images submitted.
>>
What exact task does it do that you're claiming we don't have the means to do now
>>
>>58789951
Identify pokemon within immediate proximity to the user.
>>
>>58789941
Tablets do this and more. Are you serious?

File: chrome_2017-02-04_14-19-04.png (191KB, 1413x566px) Image search: [Google]
chrome_2017-02-04_14-19-04.png
191KB, 1413x566px
topkek

https://www.microsoft.com/en-us/accessibility/windows10upgrade
56 posts and 5 images submitted.
>>
I don't speak webshit.
Explain.
>>
>>58789804
so what's funny in that code?
>>
>>58789815
they just commented the part of the code that used to give you the upgrade.

I have a really big PDF. 1.2GB. I want to make it smaller, but it's a really pretty art book so I don't want to compromise the image quality.

How can I make it small enough to share without ruining the art? Adobe Acrobat's compression tools all give me artifacts out the ass and make the text nearly illegible.

Also if there's a way to crop the white stuff on the side of each image rather than manually removing it, that would be really great.
34 posts and 5 images submitted.
>>
>>58789799
Just put it up on MEGA or dropbox as is.
>>
use djvu
it's a dedicated raster format suited for images that can dramatically shrink the size without compromising quality
pdf is vector + raster

you can use ghostscript to convert between the two
>>
>>58789830
So I can make a djvu file out of the originals, which are even larger than the OP image, then convert it to a PDF and it will still be a lower size?

File: s4Qyw.jpg (676KB, 1936x2592px) Image search: [Google]
s4Qyw.jpg
676KB, 1936x2592px
Just Windows things™
Only on Windows™
52 posts and 13 images submitted.
>>
Just Windows 7 things™

Thats maybe why ATM's / automatic checkouts and normal checkout still runs with XP.
>>
File: 1460965888018.jpg (71KB, 1200x794px) Image search: [Google]
1460965888018.jpg
71KB, 1200x794px
>>58789771
>windows
>anywhere
>>
Still the most reliable stuff we have, nobody in their right mind would use garbage like OSX or Linux.

File: 19vhmnm.jpg (292KB, 1162x578px) Image search: [Google]
19vhmnm.jpg
292KB, 1162x578px
Reminder to ditch and stop Windows and that this image depicts the truth very precisely.
19 posts and 5 images submitted.
>>
any stories of desktop mac actually getting broken suddenly?
>>
>>58789531
>linux is the equivalent of a vehicle prone to break by itself regularly and needed constant maintenance
pretty accurate desu
>>
>>58789666

And that you can't use to go fast, or even to tow something because it's highly inefficient. Also inconvenient because it's cramped and makes your butt hurt at the begging but then when you get used to it you start enjoying it.

File: 1481729051543.png (11KB, 1280x768px) Image search: [Google]
1481729051543.png
11KB, 1280x768px
Welcome to /fglt/ - Friendly GNU/Linux Thread.
Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.

*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread. ***

Before asking for help, please check our list of resources[*].

If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine.
1) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
2) Dual boot the GNU/Linux distribution of your choice along with Windows or Mac.
3) Go balls deep and replace everything with GNU/Linux.

* Resources:
$ man <insert command here>
$ info <insert command here>
$ help <insert command here>

Your friendly neighborhood search engine:
Try to use a search engine that respects your privacy such as qwant, searx, ixquick or startpage.

Check the Wikis (Most troubleshoots work for all distros.)
https://wiki.archlinux.org
https://wiki.gentoo.org

What distro should you choose?
https://wiki.installgentoo.com/index.php/Babbies_First_Linux

Break out of the botnet:
https://prism-break.org/en/categories/gnu-linux/

Learn more about Free Software:
https://www.gnu.org

Get freedom respecting computers:
https://www.gnu.org/links/companies.html

Try GNU GuixSD:
https://www.gnu.org/software/guix/

/fglt/'s website:
http://fglt.nl/

/fglt/'s copypasta collection:
https://p.teknik.io/oJR7K

/t/'s GNU/Linux Games:
Part II: >>>/t/749768
Part I: http://archive.loveisover.me/t/post/707928/

/t/'s GNU/Linux Training Videos:
>>>/t/713097

/wg/'s GNU/Linux Wallpapers:
Part IV: https://archive.nyafuu.org/wg/thread/6828207/
Part III: https://archive.nyafuu.org/wg/thread/6785580/
Part II: https://archive.nyafuu.org/wg/thread/6767536/
Part I: https://archive.nyafuu.org/wg/thread/6743571/

Previous Thread: >>58774734
325 posts and 32 images submitted.
>>
File: 1484693112825.png (26KB, 602x500px) Image search: [Google]
1484693112825.png
26KB, 602x500px
First for Debian
>>
Second for Gentoo
>>
File: sa.png (564KB, 889x536px) Image search: [Google]
sa.png
564KB, 889x536px
Recently installed Gnome instead of Windows.

Now my computer is LOUD.
Help me wizards. on HP "envy"

File: sammy.jpg (70KB, 500x435px) Image search: [Google]
sammy.jpg
70KB, 500x435px
Previous thread >>58784372

>Not sure what private trackers are all about?
The mission of /ptg/ is to promote the highest possible standards of tracker service by providing members with opportunities for professional development, by recognizing technical competence through examinations and by advancing the interests of its members.

>Have a question?
FAQ http://pastebin.com/LQxkS1mU
WIKI https://wiki.installgentoo.com/index.php/Private_trackers
MORE https://gitla.in/ptgGuide/ptgGuide/tree/master

Use >>>/g/ptg as a link to find the /ptg/ thread.

Remember the following:
>Staff occasionally read these generals and have posted here before.
>This is a thread for educational purposes only. Don't offer or ask for invites.
>Staff may pretend to be normal users asking for invites and when you invite them, they ban you for inviting strangers.
341 posts and 23 images submitted.
>>
sam!
>>
Ho ho
>>
i know abs yen system used to give better yen/gb rates for smaller sized torrents (like flac albums isntead of season packs).

anyone know of that's still the case or if it makes much difference?

File: IMG_20161026_093403.jpg (913KB, 1564x1564px) Image search: [Google]
IMG_20161026_093403.jpg
913KB, 1564x1564px
i got em fetish for space efficiencies
share your build g/

ASUS Z170i pro gaming itx mobo
Core i5 5600k + Corsair H60 AIO watercooler
ASUS gtx1080 turbo
8gb DDR4 hyper x
120gb nVme ssd
480gb ssd
600watt CORSAIR PSU

what do you think /g?

build this last oct.
inb4: no kaby lake cpu
36 posts and 10 images submitted.
>>
and build on Silverstone SG13. which turns out to ne an incredible case
>>
>>58789496
I like it.
>>
i actually use my PC for more than gayming so such case is too small

File: aja_nmg_001_sm.jpg (1MB, 1500x1201px) Image search: [Google]
aja_nmg_001_sm.jpg
1MB, 1500x1201px
Sup /g/, new here, video editing discussion goes here, right?

What video editor do you recommend for ~$100?

Adobe Premiere Elements, Sony Vegas/Movie Studio, Powerlink, etc?

Pic is random stock photo
8 posts and 1 images submitted.
>>
>>58789492
>redundant crt/lcd combo
>picture of "family" on a macbook
>can't even afford a new macbook
>spine looks like shit even while he's looking up
2/10 random stock photo
>>
>>58789492
Why would you pay? Just Pirate.
>>
>>58790019
Enjoy ur malware

Pages: [First page] [Previous page] [4538] [4539] [4540] [4541] [4542] [4543] [4544] [4545] [4546] [4547] [4548] [4549] [4550] [4551] [4552] [4553] [4554] [4555] [4556] [4557] [4558] [Next page] [Last page]

[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
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.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.