[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 - 1315. 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: tk.png (7KB, 354x520px) Image search: [Google]
tk.png
7KB, 354x520px
What are you working on, /g/?

Previous thread: >>61521295
314 posts and 21 images submitted.
>>
dumb muslim poster
>>
>>61526813
that's a feather, anon
>>
>>61526813
you mean dumb kiwi poster

File: c64_main_large-11391955.jpg (67KB, 606x404px) Image search: [Google]
c64_main_large-11391955.jpg
67KB, 606x404px
Do you love the 80s?
If you do, why?
If you dont, why?
10 posts and 3 images submitted.
>>
The music was good, but this is /g/, and tech has come a long way since then. I prefer now.
>>
>>61526758
My first computer was from that era: an eight-bit Atari 65 XE. The eighties were an epoch of "killer micro" revolution, which lasts to these days I guess.
>>
Apart from the normal childhood nostalgia, not really. The 90s were a better decade (for Americans, at least)

File: pajeetz.png (202KB, 860x526px) Image search: [Google]
pajeetz.png
202KB, 860x526px
You're in the github and this man walks up to your repo and opens an issue.

What do you do?
58 posts and 8 images submitted.
>>
>>61526508
Close the issue
>>
>>61526508
close the issue and label it as invalid without any comment
>>
ignore indefinitely

File: 1500648611910.jpg (374KB, 1180x664px) Image search: [Google]
1500648611910.jpg
374KB, 1180x664px
ITT: /g/ writes a program one line at a time.
40 posts and 3 images submitted.
>>
I'll start.

#include <stdio.h>
>>
$ install gentoo
>>
#include "studio.h"

File: nap-pods.jpg (23KB, 300x192px) Image search: [Google]
nap-pods.jpg
23KB, 300x192px
I want to build a cheap study pod I have limited funds I want to make something better than a cardboard box any ideas?
84 posts and 22 images submitted.
>>
just make a fort from pillows and bedsheets pussy
>>
empty out a closet
>>
What the fuck?

File: flowchart.png (69KB, 1331x714px) Image search: [Google]
flowchart.png
69KB, 1331x714px
why are 2D game design tools so obtuse?
i mean, i know what goes into level design, its just basic datamapping for tools and objects and then dragndrop painting on a field.

i know what goes into a game, and what you need to do is simple enough you could build it into a tool so easy you could program an entire game with a controller for programming and the keyboard for variablenames[unless a specific avenue of attachment can be recognized through mapping that makes that redundant and a UI that makes things clear looking back through] and dialogue.

like, mapping and actionscripting is a simple enough concept, why not simplify it to a base form in an open-source game engine that meets my and anyone elses requirements as long as it adheres to a base logic of the design which we can all agree on?

if we make it simple enough of a design tool, we could design anything with it, even CAD diagrams.

i just need 1 person who knows input protocols, graphics, and physics i could tell them what it needs to do, but we cant do it without all of that so i say lets break the work up.
8 posts and 1 images submitted.
>>
>>61526372
so you're saying you're too lazy too learn programming in order to make a game? I have no fucking idea what you're talking about.
>>
>>61526498
im saying it should be open source, and a large group of people should work on it together to make sure it gets done right away.
>>
>>61526372
Sounds like Gamemaker, which is shit.

File: maxresdefault.jpg (88KB, 1280x720px) Image search: [Google]
maxresdefault.jpg
88KB, 1280x720px
https://www.youtube.com/watch?v=GrConlnQd4g

What did he mean by this?
39 posts and 4 images submitted.
>>
File: c4a.jpg (23KB, 600x484px) Image search: [Google]
c4a.jpg
23KB, 600x484px
>>61526218
I curse thy thread.
>>
>>61526218
He wants a red rocket right up the ol' tailpipe.
>>
>>61526218
A thread died for this

File: 1498246097611.jpg (297KB, 1280x960px) Image search: [Google]
1498246097611.jpg
297KB, 1280x960px
Daily reminder once Linus dies your kernel will be more infected than it is right now. Daily reminder little by little Red Hat and Debian are introducing very suspicious stuff to the code.
daily reminder the kernel will have thousands of lines of bloatware code that will never be removed
Move to FreeBSD or TempleOS right now.
Not even Gentoo will be safe
146 posts and 12 images submitted.
>>
>>61526155
I'll wait about a week until release 11.1 comes out and try it again.
>>
It's like looking at a bunch of underachieving neckbeard virgins, except these are female armpitbeard versions.
>>
Move now before it's too late

http://www.tomshardware.com/news/Linux-Linus-Torvalds-kernel-too-complex-code,14495.html
http://techie-buzz.com/foss/linux-kernel-double-size-three-years.html
http://www.rako.com/Suffer/36.html
http://www.tomshardware.com/news/Linux-Linus-Torvalds-kernel-too-complex-code,14495.html

File: rgbmandeltest2.jpg (679KB, 1920x1080px) Image search: [Google]
rgbmandeltest2.jpg
679KB, 1920x1080px
> Be comp sci grad.
> C/C++/Python/javascript/bash/etc avoided java and perl.
> Decide to learn java to make minecraft mod.
> Joy joy joy and IDE is like butter. That and stack overflow and I could program anything in java.
> Decide to interview for java position.
> Open collaboration editing page.
> Cannot remember basic (lol) java I/O
> Did not know heap implementation was java.util.priorityqueue
> Could not program java cold to save my life.
Now I'm trying to do it cold. No IDE, no web, until I've exhausted memory and my own notes.
Is this a good strategy? I think it's essential to surviving an interview.

Program this cold: Draw the mandelbrot set in text, using O for points outside and @ for points inside, 40x40. z -> z * z + c, c is the starting point, z starts at zero.

Here's one I did in C++ and blender, java image manipulation is complete but program it cold?
7 posts and 2 images submitted.
>>
Learn Ruby.
>>
Install Ruby
>>
File: 1500700192641.jpg (72KB, 500x333px) Image search: [Google]
1500700192641.jpg
72KB, 500x333px
>>61526176
> According to its creator, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp.

No.

File: phoebe.jpg (66KB, 470x490px) Image search: [Google]
phoebe.jpg
66KB, 470x490px
Why is git so complicated? I don't understand anything. What is commit? What is pull? I am lost.
39 posts and 3 images submitted.
>>
`man git`
or
`git --help`
>>
>>61525925
Who's the trouser arouser?
>>
>>61525982
you have to be 18 or older to browse 4chan

File: 1490693759434.png (35KB, 632x852px) Image search: [Google]
1490693759434.png
35KB, 632x852px
MY LITTLE BROTHER STOLE MY BITCOINS
Is there anyway to get access to his computer? I know his steam password and can send him phishing emails. They're worth 200k and he's already spent a couple thousand of game he'll never play and weed paraphernalia.
I'm at uni but I could skip and go home if I needed physical access.
61 posts and 3 images submitted.
>>
>>61525727
nuke his hdd
>>
Kill him
>>
>>61525727

should have bought monero, no one would know how much you had.

File: blanket_pepe.jpg (41KB, 409x409px) Image search: [Google]
blanket_pepe.jpg
41KB, 409x409px
>be me
>be with father during vacation time
>father calls in relatives
>be seen writing code turbo speed in emacs by father's sister's husband
>"Anon that stuff's autismo. Stop pretending you're a hacker"
>aunt yells, "let him play C++"
>mfw I was actually coding HTML/CSS
8 posts and 2 images submitted.
>>
Also Autismo Pride thread
>>
File: smug on the inside.png (190KB, 592x385px) Image search: [Google]
smug on the inside.png
190KB, 592x385px
>>61525271
>let him play C++
>>
>>61525271
i lost

File: intel.jpg (145KB, 1500x1054px) Image search: [Google]
intel.jpg
145KB, 1500x1054px
http://www.androidauthority.com/who-will-be-the-first-manufacturer-to-7nm-757916/

What is up with Intel? Why it's falling behind in processor manufacturing what they are doing? Did AMD and mobile processor manufacturers catch them out of guard or what?
72 posts and 8 images submitted.
>>
File: nm process details.png (31KB, 707x797px) Image search: [Google]
nm process details.png
31KB, 707x797px
>>61525126
Brian JUSTnich is a terrible CEO. Him and his beancounters that are running the show are slowly driving the company into the ground.
>>
>>61525126
>AMDtards shilling for rypoo again
>>
>>61525126
They're fighting Apple, AMD, Qualcomm, Samsung, Global Foundries, and IBM, and they've enjoyed virtually no competition for the last decade so they haven't put in the R&D to stay ahead.

File: linux_and_windows.jpg (99KB, 1200x794px) Image search: [Google]
linux_and_windows.jpg
99KB, 1200x794px
Help a brother out, anons and bless me with your superior knowledge

I grew tired of never ending windows bullshit on my work laptop and want to switch to linux
I mainly program with c# so I imagine that would kind of be a problem

Either way, what distro should I go with guys?
8 posts and 1 images submitted.
>>
>>61525059
>I mainly program with c#
Stop that
>>
>>61525066
Could you explain why?

I like the language quite a bit, but would love to hear why you think it's bad when a big chunk of the industry is using it
>>
Bump?

File: purism.jpg (327KB, 1920x1047px) Image search: [Google]
purism.jpg
327KB, 1920x1047px
https://www.youtube.com/watch?v=tz1ZAk02OVo

The future is here and respect your FREEDOMS!
6 posts and 1 images submitted.
>>
>>61524604
>no trackpoint

good-bye.
>>
>tfw can never find a Lemote Yeeloong for sale
>>
>>61524604
>$1699
well, I rather stay with my x220 then.

Pages: [First page] [Previous page] [1305] [1306] [1307] [1308] [1309] [1310] [1311] [1312] [1313] [1314] [1315] [1316] [1317] [1318] [1319] [1320] [1321] [1322] [1323] [1324] [1325] [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.