[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 - 4510. 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.

File: msi-thinner-gaming-laptop.jpg (164KB, 1200x984px) Image search: [Google]
msi-thinner-gaming-laptop.jpg
164KB, 1200x984px
Hey /g/

Is now a good time to buy a gaming laptop? I haven't bought anything pc-wise in like 8 years (last gfx card was a 550 TI for desktop) and now that I'm in the military and travel a lot I figured I'd buy a laptop.

This seems to be the best deal I could find.. Thoughts and recommendations?

https://www.newegg.com/Product/Product.aspx?Item=N82E16834154483

I'd prefer the 1060 at least and the 7th gen i7 to stay futureproof as long as I can, plus I plan on doing some music and video editing.

thanks /g/
33 posts and 8 images submitted.
>>
>gaming
>laptop
so tired of this
>>
>>58822906
Im tired of your meme addicted hivemind
>>
>gaming
>laptop
choose one.
1060 will probably bottleneck an i7 7th gen

So this guy is visiting my uni next week, and Im already in the list for his lecutre about free shit.

Is he fun irl? I hope to get a selfie with him ;__;

Hold me /g/ Im happy as fuck


Richard Stallman/Gentoo Thread I guess
35 posts and 6 images submitted.
>>
File: Install+gentoo_9f19be_4815663.jpg (236KB, 766x758px) Image search: [Google]
Install+gentoo_9f19be_4815663.jpg
236KB, 766x758px
>>
>>58822799
Ask him midway-through if he could repeat it in spanish.
>>
>>58822839
Can he?

File: iTunes10-300x300.png (90KB, 300x300px) Image search: [Google]
iTunes10-300x300.png
90KB, 300x300px
I've got an iPod Classic, can I sync my iPod with anything other than iTunes? I'm so fucking done with that asshole program. I've been trying for the last hour and a half to get all my STRFKR under one god damn artist heading. It literally can't be done. I've changed admin permissions, I've changed all the files from "read only", it still thinks "Starfucker" is somehow different from "Starfucker" which are both different from "Starfucker"
7 posts and 1 images submitted.
>>
you could sync it with gentoo
>>
https://google.com/search?q=alternatives+to+itunes
>>
>>58822783
did you change the metadata of your music files so that they are all the same?

select all, control-I, edit that bitch

File: yYpCdv8.jpg (630KB, 3000x2000px) Image search: [Google]
yYpCdv8.jpg
630KB, 3000x2000px
How do I get a x320?
Messaging the seller's left me without any reply.
Any way to do this on my own?
13 posts and 1 images submitted.
>>
>>58822781
you perform whats known in the business as a "currency for goods" transaction
>>
>>58822781
It's being delayed because of supply issues with the screen. Just check their facebook every once in a while
>>
What is this?

File: password.jpg (61KB, 500x332px) Image search: [Google]
password.jpg
61KB, 500x332px
It's very important to have good passwords for email accounts, online banking, shopping sites etc.
A Password database like KeePassX makes it easier than ever. You can generate random 64 character passwords with upper- and lower cases, special characters and numbers and then simply copy and paste.
But - you need a good, recognizable password for the data base itself. Don't sperg out with something super complicated or you will stop using it. Something like
>Terry_4_Davis,1s-my_IDOL_because_he's_JESUS
should be okay if you're not a whistle blower of terrorist.
And make backups of the data base and the password. Write it encrypted down and hide it so that you can recognize it in an emergency situation.
6 posts and 1 images submitted.
>>
Nah.
>>
I recently switched from LassPass to KeePass and it does feel good to reduce the amount of botnet on you're personal computer.

Sent from my Windows 7
>>
>>58822754
Why the fuck do I need some random shady program to remember passwords for me? Are you faggots going to trust some third party software with your data?

File: 1486335370525.png (769KB, 1052x1342px) Image search: [Google]
1486335370525.png
769KB, 1052x1342px
Welcome to the first official /gcc/.
Talk about C and stuff.

>I want to learn C
Read:
C Programming: A modern approach
The C Programming Language 2 (aka K&R)
GNU C Reference Manual
Avoid like the plague: Learn C the Hard Way

>I'm ready for more!
Expert C Programming: Deep C Secrets
Computer Systems: A Programmer's Perspective

> How to write readable code
Linux style
OpenBSD style
Avoid like the plague: GNU style

C programmers please help me add to this list.

What are you working on?
What do you use C for?


To foster some discussion:
One major complaint about C is it not having separate namespaces. How do you work with this? Do you use any sort of file organization or segregation schemes to keep symbol collisions in big projects?
C is a very low level language that is best suited for groundwork, do you use any layering on top for more "high-level" programming? eg. embedded languages such as lua/guile
62 posts and 9 images submitted.
>>
Is K&R the best way to learn C for someone who only knows OOP concepts?
>>
>>58822782
I'd suggest A Modern Approach instead.

Unless you learned OOP through Smalltalk, what you know as OOP is probably built upon the procedural model.
I think the main difference is that in the C model, you do not have different agents to which you "ask" to do things, but just the main program logic, which performs actions on objects.
so instead of something like
array.sortyourself();

you
sort(array);

For the rest it's pretty similar, you just have to "unlearn" some of the methodologies of OOP, eg stop expecting different agents to have their own logic.

If I'm not being helpful ask away and I'll try to make myself clearer
>>
File: ching chong nip nong.png (128KB, 581x443px) Image search: [Google]
ching chong nip nong.png
128KB, 581x443px
Is this Modern Approach book that people keep recommending available as a PDF from anywhere? Most books you don't even need to pirate; a PDF is usually the second or third search result anyway from some university's website.

Also, if I find an old edition, is it okay to read that one instead? I am exactly the sort of Pajeet hobbyist who only wants to learn programming until it becomes difficult and only look for a programming job if it turns out I can do it with no effort. With that in mind, if more recent editions of these books only include changes that are for very advanced programmers, I probably won't bother, same as I don't want to just start with C++.

File: serveimage(2).jpg (3MB, 7000x5250px) Image search: [Google]
serveimage(2).jpg
3MB, 7000x5250px
Hey guys, I recently got into the whole home server thing and it's been great, listening to music streamed through the internet from my own computer with mpd is fantastic. But I've been trying to do the same with video and had little success. Can someone help out? I just want to be able to watch my chinese cartoons without having to take all my hard drives with me.
6 posts and 1 images submitted.
>>
Plex
>>
>>58822917
/Thread
>>
>>58822917
Isn't that for TV's and stuff? Like a cable box. Also lincense says freemium wtf is that?

File: s-l500.jpg (18KB, 500x500px) Image search: [Google]
s-l500.jpg
18KB, 500x500px
Think I made a mistake, /g/. I bid on this thing, but something doesn't smell right. A 512 GB SSD? I didn't think that was an available configuration for a lenovo flex 4. For some reason I was under the impression it was 256 GB or bust.

http://www.ebay.com/itm/292017937566?_trksid=p2060353.m1431.l2649&ssPageName=STRK%3AMEBIDX%3AIT

Feel free to set me straight, I can take it. Also, 2-in-1/converts general.
8 posts and 2 images submitted.
>>
File: thinkpad-13-keyboard_675403.jpg (54KB, 675x403px) Image search: [Google]
thinkpad-13-keyboard_675403.jpg
54KB, 675x403px
>buying something else than pic related
are you retarded or just pretending..........
>>
>>58824215
>Silver
Ew
>>
>>58824215
what a piece of shit keyboard

File: 0b7f32cb17[1].png (44KB, 1005x786px) Image search: [Google]
0b7f32cb17[1].png
44KB, 1005x786px
Just had a scheduled Win10 update that rebooted the computer many times during the update and after that one of my 1TB HDDs stopped showing up in explorer.

Disk management shows it but it has no file system. Also all the options are greyed out. I had like 950GB of stuff there that would be nice to recover, what do?
13 posts and 4 images submitted.
>>
Have you tried turning it off and on again?
>>
File: jfmsu.jpg (6KB, 135x240px) Image search: [Google]
jfmsu.jpg
6KB, 135x240px
>>58822494
Yeah I disabled it in device manager, rebooted and enabled again. No help.
>>
Go into CMD line, go to diskpart, and see if the drive is active.

File: linux.jpg (35KB, 500x425px) Image search: [Google]
linux.jpg
35KB, 500x425px
ITT: Software for GNU/Linux that is easy to use and can potentially replace its counterpart on Windows.

Maybe this way normies can into GNU/Linux without the hassle.

>Music Player
DeaDBeeF. Good looks means noob friendly. The alternative is Clementine.
>Video Player
VLC. Good defaults and doubles as a music player too.
>Office Suite
LibreOffice. It has a word clone, powerpoint, excel, etc.
>Ebook Viewer
Okular. Watch your books in a beautiful way. Is big on Qt/KDE dependencies but noobs aren't generally interested in that.
>Drawing
Krita. Made by artists this is a professional grade software, but easy to use.
>Image Editing (a.k.a. "photoshoping")
Inkscape. Want to cut, crop or add text? Easy and fast.
>Burning CD/DVD
Xfburn. Easy, fast, reliable.
>File Manager
PCManFM. All you need to browse your computer.
>Image Viewer
GThumb. A powerhouse of image organizer and not just an image viewer, triples as a video player.
>Web Browser
IceCat. Secure by default, can have firefox addons, also fast. Disable the LibreJS addon because it can be annoying for noobs.
>Chat, Voip (skype)
Pidgin. Can connect to all chats, videochats, etc.
>RSS Feeds
Liferea. Do yu read feeds? You should.
>IRC
HexChat. Be comfy on one of the oldest ways of shitposting.
>Search Engine
YaCy. Is time to leave the botnet, host your own search engine.
>Java
IcedTea. Launch java natively without losing freedom.
>Virtual Machine
Virtualbox. So you can start distro hoping.
>"Emulation"
WINE. To launch photoshop and play gaymes.
>Download Manager
JDownloader. Download from everywhere without recurring to the command line.
>Torrent
Transmission-gtk. Easy and reliable, don't need more.
>Backup
Bison. Backup your stuff the lazy way.
>Window Manager
IceWM. This is more easy to use than openbox, or windows. Can look good too.
>Accounting
GnuCash. So you can keep track of the bucks you are saving when using free software.
32 posts and 4 images submitted.
>>
That's a good list, but windows user are lazy. The don't want to move their fucking ass from windows still for a 10000 years.
>>
>>58822539
Yes they are lazy, that is the purpose of this list. A little spoonfeeding can attract people after they test the waters.
>>
File: C26OHGYUsAEYLqY.jpg (34KB, 480x480px) Image search: [Google]
C26OHGYUsAEYLqY.jpg
34KB, 480x480px
>>58822478

File: nigggr.jpg (103KB, 666x666px) Image search: [Google]
nigggr.jpg
103KB, 666x666px
Javascript hate thread?
Javascript hate thread.

Daily reminder that conformity is the jailer of freedom and the enemy of growth. What's your excuse for not disabling this botnet?
13 posts and 2 images submitted.
>>
>>58822288
You just used javascript to post that.
>>
I can't wait until 2030 when Java is the only approved language.
>>
>>58822288
Checked

File: 432344574.jpg (83KB, 384x313px) Image search: [Google]
432344574.jpg
83KB, 384x313px
How do you guys doxx? Serious question. I've tracked down somebody who's been annoying me's ip adress, and know generic information about them. How do i find out who they are?
16 posts and 4 images submitted.
>>
Git gud faggot
>>
File: steve-jobs-young.jpg (52KB, 620x400px) Image search: [Google]
steve-jobs-young.jpg
52KB, 620x400px
>>58822281
Guess who doesn't know how to doxx and is replying with pretentious information.
>>
>>58822260
If you have their e-mail address just search for it in facebook. Chances are, you'll find them.

File: Xiaomi-Mi-Mix-display.jpg (134KB, 1200x675px) Image search: [Google]
Xiaomi-Mi-Mix-display.jpg
134KB, 1200x675px
Will Google ever learn?
Can someone even stop Xiaomi from manufacturing the best phones?
46 posts and 7 images submitted.
>>
>>58822085
No and no.
>>
>>58822085
>>58822097
samefag
>>
>>58822105
Shut up, OP.

File: ban.png (23KB, 602x159px) Image search: [Google]
ban.png
23KB, 602x159px
Which one of you fags did this?
11 posts and 3 images submitted.
>>
>>58822040
If you live in Denmark then me
>>
File: face-with-tears-of-joy.png (58KB, 256x256px) Image search: [Google]
face-with-tears-of-joy.png
58KB, 256x256px
>>58822040
who did this
>>
>>58822040
I didn't

File: 1461402594763989425[1].png (502KB, 800x398px) Image search: [Google]
1461402594763989425[1].png
502KB, 800x398px
What does /g/ think about Trump using an old Samsung Galaxy S III?
49 posts and 4 images submitted.
>>
Last replicant supported device
>>
>>58821969
It's a phone, what am I supposed to think of it?
>>
>>58821969
>What does /g/ think about Trump using an old Samsung Galaxy S III?
If he as Custom ROM on it is me Friend

Pages: [First page] [Previous page] [4500] [4501] [4502] [4503] [4504] [4505] [4506] [4507] [4508] [4509] [4510] [4511] [4512] [4513] [4514] [4515] [4516] [4517] [4518] [4519] [4520] [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.