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

What's the best Unix-like OS for a Thinkpad T420?
39 posts and 11 images submitted.
>>
>>61212842
nice anime pic. The answer is mac os.
>>
File: 170px-Slackware-mascot.svg.png (17KB, 170x197px) Image search: [Google]
170px-Slackware-mascot.svg.png
17KB, 170x197px
>>61212842
we all know it is slackware
>>
>>61213294
this is true

slackware is perfection

not even the bsds can do better than slackware

File: image.png (256KB, 358x459px) Image search: [Google]
image.png
256KB, 358x459px
List: openbsd-tech
Subject: systemd compat for doas
From: "Ted Unangst" <tedu () tedunangst ! com>
Date: 2017-07-02 18:59:09
Message-ID: 5f057dcd3d1f15adcf386371 () tedunangst ! com
[Download message RAW]

If the username starts with a digit, but isn't a number, treat it like root.

Index: doas.c
===================================================================
RCS file: /cvs/src/usr.bin/doas/doas.c,v
retrieving revision 1.72
diff -u -p -r1.72 doas.c
--- doas.c 27 May 2017 09:51:07 -0000 1.72
+++ doas.c 2 Jul 2017 18:57:36 -0000
@@ -55,8 +55,13 @@ parseuid(const char *s, uid_t *uid)
return 0;
}
*uid = strtonum(s, 0, UID_MAX, &errstr);
- if (errstr)
+ if (errstr) {
+ if (isdigit(*s)) {
+ *uid = 0;
+ return 0;
+ }
return -1;
+ }
return 0;
}
33 posts and 4 images submitted.
>>
File: 1476779071322.png (1MB, 1282x747px) Image search: [Google]
1476779071322.png
1MB, 1282x747px
rofl.
>>
>what happens when you hire millenials
>>
>>61212775
Jesus fucking christ.

File: cat with boots dea504c6.jpg (60KB, 434x512px) Image search: [Google]
cat with boots dea504c6.jpg
60KB, 434x512px
I want to learn assembly. I know that each CPU's assembly is different, but I want to get a feel for it. What's a good platform on which to learn?
12 posts and 2 images submitted.
>>
>>61212734
>I WANT TO BE UNEMPLOYABLE, WHAT'S THE FASTEST WAY TO GET THERE?
>>
>>61212748
It's a hobby. I'm not planning on getting a job knowing assembly.
>>
>>61212734
Shenzhen I/O:
https://www.youtube.com/watch?v=2tlW3S4V29Y

File: IMG_20170702_195933.jpg (294KB, 1350x1800px) Image search: [Google]
IMG_20170702_195933.jpg
294KB, 1350x1800px
Could they make fast food you could cook in a clothes drier for countries that don't have microwave technology

Also it could be prepared with a hair dryer
33 posts and 8 images submitted.
>>
>>61212503
yes i dont see why not. throw it in with brothers undies that one week he couldnt make it to the loo and we got a meal for the whole family
>>
>>61212510
It would be sealed so it didn't get contaminated dummy
>>
How the fuck do you have a clothes drier and not a microwave

File: KE6QNYV.png (1MB, 1357x1281px) Image search: [Google]
KE6QNYV.png
1MB, 1357x1281px
Are normies seriously starting to learn to code proficiently, or is it just the newest hip trend?

Where do we move on if they take over?
33 posts and 4 images submitted.
>>
I tried taking an evening class that started with C# at a university since day job
Many normies. The class was done in such a way that logic was practially ignored in terms of programming and just thrown in as a "logic course" while the actual aspects of coding in C# was "please copy my code directly and it will work!".

So no, you have fuck all to worry about. I learned more myself from three hours of self-teaching that I did from 5 3 hour classes. Because I had to end up helping the lecturer correct others who were fucking up.
I've never coded before that class.

Normies aren't taking your jobs and never will be. They're not smart enough to into computers. Normies who can into computers well? Yes, those you can worry over.
>>
>>61212407
How did she take that picture when both her hands are on the keyboard?

Really makes you think ...
>>
>>61212577
that's her bull behind her taking it

File: asd.jpg (168KB, 826x503px) Image search: [Google]
asd.jpg
168KB, 826x503px
If the FOSS movement led by Richard Stallman a mental disease?
23 posts and 1 images submitted.
>>
Yes. Why didn't he use a library computer or something? It's not his hardware so it doesn't affect his freedom.
>>
>>61212303
>Australian Human Rights Commission
... Holy shit, this guy might be legitimately mentally ill

I'm like 95% on board with free software but... damn
>>
>>61212303
Just about anything taken to an extreme can be seen as that, yes. Then you have the normal people who just want the best product at the lowest price. I use linux mint, which has some proprietary blobs, but is the OS I like the most. I also was given an unlocked iPhone 6S for free by a friend who wanted the 7. I plan to use it until apple no longer supports it.

There's nothing wrong with having principles, but the "ONLY FOSS" principle is just silly in a capitalistic society.

File: giphy.gif (1MB, 480x480px) Image search: [Google]
giphy.gif
1MB, 480x480px
>https://www.youtube.com/watch?v=M30fAvrpj18
>http://www.pcgamer.com/a-beginners-guide-to-rgb-lighting-your-pc/

What's with you faggots and adding RGB lights to cases and keyboards?
15 posts and 3 images submitted.
>>
dunno it looks cool man lol
>>
>>61212180
>2017
>not shitposting from a humming pride flag
>>
Improvee the performance

File: mark_zuckerberg3.jpg (238KB, 750x500px) Image search: [Google]
mark_zuckerberg3.jpg
238KB, 750x500px
Nearly all successful programmers stop programming after becoming successful.

Why are you still programming?
28 posts and 4 images submitted.
>>
>>61212175
Because I'm not successful yet.
>>
>>61212175
Successful athletes, too. Many musicians, as well.
>>
File: 1476110927187.jpg (27KB, 410x410px) Image search: [Google]
1476110927187.jpg
27KB, 410x410px
not successful

File: dean-hutton-02.jpg (282KB, 800x1199px) Image search: [Google]
dean-hutton-02.jpg
282KB, 800x1199px
is there a VPN that wont sell my data to google/ the government?
13 posts and 1 images submitted.
>>
nah
>>
TOR
>>
>>61211889
There are VPNs that say they won't. But ultimately you just have to trust that the provider does what they say they do, you don't have any real way to verify it.

File: 1498955124935.jpg (38KB, 661x661px) Image search: [Google]
1498955124935.jpg
38KB, 661x661px
Whats a good book for Java?
14 posts and 3 images submitted.
>>
>>61211870
Why? It's obsolete enough that the vast majority of people only incur security risks by allowing Java to run.
>>
>>61211897
Java is a superior kind of language that can only create advancements in technology and culture.

It's well known that people who develop in Java are the modern "Ancient" Greeks..

It's a privilege to run Java on any computing System.
>>
>>61211897
>used on billions of devices
>obsolete

File: [email protected] (249KB, 1500x1284px) Image search: [Google]
01@2x.png
249KB, 1500x1284px
What's a good calendar app for Android /g/ ?

I'm struggling to keep track of all my shit and need something simple and easy to use

I tried google calendar ofc but I don't like it
12 posts and 1 images submitted.
>>
your brain if you have one
>>
>>61211906
but using a calendar makes your life easier by not having to remember all your appointments and stuff to do
>>
>>61211963
t. brainlet

File: Sedgewick.jpg (120KB, 720x720px) Image search: [Google]
Sedgewick.jpg
120KB, 720x720px
What are you working on, /g/?

Old thread: >>61206564
316 posts and 43 images submitted.
>>
File: 1498966480903.png (87KB, 975x522px) Image search: [Google]
1498966480903.png
87KB, 975x522px
Unpopular opinion: Both C and C++ enables lazy and brainlet programmers.
Bring back ML.
>>
File: 1376813888542.jpg (33KB, 285x281px) Image search: [Google]
1376813888542.jpg
33KB, 285x281px
>>61211816
>No anime image
I'm extremely disappointed. Also, are you such a fucking autist that you were waiting for exactly 310 so you could post that shit image?
>>
>>61211822
>retain concerns
>enables brainlets
No

File: 1498875469955.jpg (156KB, 789x713px) Image search: [Google]
1498875469955.jpg
156KB, 789x713px
>streaming video on Android
>go to another tab in browser
>go back to streaming tab
>have to reload the entire fucking page and buffer the video again

Why the fuck does this happen in the current year?

Same thing with the Netflix app
36 posts and 1 images submitted.
>>
>the life of a streaming phone fag
>>
>android
>>
>>61211796
>OP

File: 1476674657904.jpg (31KB, 773x582px) Image search: [Google]
1476674657904.jpg
31KB, 773x582px
What went wrong?
61 posts and 14 images submitted.
>>
>>61211728
Botnet
>>
they turned self-righteous and started pushing agendas

should've been
"don't be evil and don't be a hero either"
>>
>>61211728
"Evil" used to be well-defined. It no longer is.

File: IMG_20170704_145519.jpg (49KB, 1080x447px) Image search: [Google]
IMG_20170704_145519.jpg
49KB, 1080x447px
how do they know?
9 posts and 1 images submitted.
>>
>>61211707
Because Google knows what you look at and purchase.
Then people like my buddy, send ads that apply to you.
>>
I heard a lot of people go overseas during summer. People call it a vacation.
>>
>>61211739
None of the trip was planned by me

Pages: [First page] [Previous page] [1746] [1747] [1748] [1749] [1750] [1751] [1752] [1753] [1754] [1755] [1756] [1757] [1758] [1759] [1760] [1761] [1762] [1763] [1764] [1765] [1766] [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.