[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 - 4777. 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: IMG_1210.jpg (15KB, 168x94px) Image search: [Google]
IMG_1210.jpg
15KB, 168x94px
What use would learning how to code a language have on my average ordinary life? Like what use or application is there that I could put to use for my personal benefit..? Besides getting a job, which would probably be impossible considering 80% of people going go college now get computer science degrees and would have that over me. (I'm a biz/poli sci major).
Everyone says to learn a new language but I don't see what I could do with it personally. I'm looking for an actual benefit.
14 posts and 4 images submitted.
>>
File: 1457731035719.jpg (203KB, 700x700px) Image search: [Google]
1457731035719.jpg
203KB, 700x700px
>why would it be good to learn how to think logically? What the hell use is that?!

I dunno
>>
>>58597419
That doesn't help me. What can I do to help improve my life personally with a coding language? I guess having a good portfolio would help just give my resume an edge
>>
>>58597387
good mental gymnastic, but there's other ways to get that. hell, business is actually pretty close in that regard. constant analytical work that heavily leans on applied knowledge and mid level mathematics.

at some point you might be using your computer for a certain task and think to yourself "gee it would be cool if I had a tool that could enable/simplify this". if you know a language you might actually be able to make such a tool yourself.

you could make video game mods. that's a fun hobby.

File: pressdevice.jpg (214KB, 1040x800px) Image search: [Google]
pressdevice.jpg
214KB, 1040x800px
Hey I was looking at the panorama picture of the inauguration on CNN and noticed this guy on the press platform holding up a fishing rod with a small device on top of it.It doesn't look like a microphone but what could it be?
8 posts and 1 images submitted.
>>
360 camera?
>>
360 camera, duh
>>
>>58597289
Yeah it's a camera. When were you born

File: ipadmini1stgenwhite.jpg (27KB, 500x500px) Image search: [Google]
ipadmini1stgenwhite.jpg
27KB, 500x500px
I have the option to buy an iPad mini 1st gen for $50, and a Galaxy Tab A 7.0 (2016) for $75

I would only use these devices for painting with a stylus and that's pretty much it

Which is a better buy? Is the iPad 1 worth it for $50?
14 posts and 4 images submitted.
>>
The mini can't use a stylus
>>
>>58597252
None of them.

Buy a tablet laptop like x220t or x61t or a wacom tablet, you can't do what you want to do with either one of those
>>
>>58597252
Galaxy Tab for sure

File: 1481534975901[2].jpg (254KB, 618x685px) Image search: [Google]
1481534975901[2].jpg
254KB, 618x685px
can you create 2 different SSIDs from one router?

dealing with roomates on one isp is such a fucking hassle
8 posts and 3 images submitted.
>>
>>58597140
you'll still be using the one isp genius
>>
>>58597140
guest network
>>
>>58597149
but if its a different SSID will sonos\chromecast\etc still be available to all on the network?

File: CUYyOz9.jpg (159KB, 1280x720px) Image search: [Google]
CUYyOz9.jpg
159KB, 1280x720px
My father uses a flashlight and magnifying glass to look at different things on the monitor.

Pic unrelated
34 posts and 5 images submitted.
>>
>>58597138
My dad keeps everything in C:\. He's an old mainframe hand and never really warmed to this "subdirectory" nonsense.
>>
I help my grandmother and a few of her friends use computers and they hate the way hotmail, facebook, gmail, skype, and whatsup keep changing their interface.

Aging brings problems with vision and fine motor control that makes smartphones nearly impossible to use. Try having to read a smartphone screen from 2-3 feet away. Put on a pair of gloves to similar arthritis and try answering or making a call.
>>
My mom works at a retirement community and they have no tech support for the residents, so I offer to fix stuff and assist with using computers for half of what geek squad charges. All very nice people, many more competent than you'd think. Most just need help with simple email questions or their printer stopped working or they have pop-ups or their computer is too slow

Sometimes I have to sit with them and explain things to them step by step for a couple hours but they're always grateful. Sometimes I feel like I'm ripping them off charging$75 for using free tools and installing drivers or whatever but somebody else would be ripping them even harder, or their kids would be stuck on the phone for half a day trying to solve their problems for them

Feels good

File: needhelp.png (3KB, 548x220px) Image search: [Google]
needhelp.png
3KB, 548x220px
anybody now of a fuckin tool like a HexEditor type of thing that can also represent the data in byte format?

say you open a file in a hexeditor, you usually see the hexadecimal representation of that file.

when programming, you read the file in with, e.g., a filestream and store it in a byte[].

now printing the lot out is a hassle; so i wonder if there's an editor where i can just switch view to anything.
38 posts and 7 images submitted.
>>
>>58596978
The fuck are you even asking? A hex editor literally displays the contents of the file as they are, byte-per-byte, output in the form of hexadecimal numbers (hex is more convenient, since FF = 255, meaning that all possible values of a byte fit within the range of 00-FF, and there's not a single 2-digit hex number that doesn't correspond to an appropriate byte value). Do you want to see the data in decimal form, perhaps? As in, see 250 instead of FA? Do you want to see the E-ASCII character that corresponds to the byte value? What on earth do you exactly want?
>>
>>58597027
>A hex editor literally displays the contents of the file as they are, byte-per-byte, output in the form of hexadecimal numbers
this is exactly what i wrote

>Do you want to see the data in decimal form, perhaps?
no, i want the byte view. or ASCII for that matter.

what i want is simple:
imagine you write a program that reads in files. filestreams are usually stored in byte arrays. so the hex format gets automatically "transformed" into byte (or ASCII the hell do i know. the 0xFF type of notation disappears anyway).

what i want to see
>>
cat file | hexdump -C

File: IMG_20170121_223706~2-1280x1197.jpg (311KB, 1280x1197px) Image search: [Google]
IMG_20170121_223706~2-1280x1197.jpg
311KB, 1280x1197px
How do I cut rectangular hole on these (plastic) boxes to mount LCD display?
13 posts and 2 images submitted.
>>
tape
>>
>>58596944
Dremel.
>>
File: 1485020977563.jpg (20KB, 304x454px) Image search: [Google]
1485020977563.jpg
20KB, 304x454px

File: Screenshot_20170121-223115.png (3MB, 1440x2560px) Image search: [Google]
Screenshot_20170121-223115.png
3MB, 1440x2560px
It's been long enough, home screen thread. Just made this shit.
10 posts and 7 images submitted.
>>
File: Screenshot_20170121-224712.png (244KB, 1440x2560px) Image search: [Google]
Screenshot_20170121-224712.png
244KB, 1440x2560px
>>58596831
Do you ever use the search bar?
>>
>>58596982
can I get this image?
>>
File: Screenshot_2017-01-22-01-22-29.png (911KB, 720x1280px) Image search: [Google]
Screenshot_2017-01-22-01-22-29.png
911KB, 720x1280px
why anything else?

I use nova gestures for everything

I want a gmail account with my real name for my job, but I need to have a phone number to verify it, and I already used my phone number for my shitposting account.

What now?
30 posts and 4 images submitted.
>>
>>58596745
apply for a google voice account on your shitposting account
>>
File: 1485019535509.jpg (71KB, 1050x692px) Image search: [Google]
1485019535509.jpg
71KB, 1050x692px
>>
Does your work not have any landlines?

File: 1456649023037.jpg (170KB, 1000x678px) Image search: [Google]
1456649023037.jpg
170KB, 1000x678px
>Quad Cortex-A17 1.8 GHz (about 2x faster than RPi 3)
>Mali-T760 MP4 GPU
>2GB LPDDR3 RAM
>Gigabit LAN
>802.11 b/g/n integrated antenna and U.FL connector for external antenna
>Bluetooth 4.0
>RPi form factor

It's now on sale for about $56.

http://cpc.farnell.com/asus/90mb0qy1-m0eay0/tinker-board-2gb-1-8ghz-4k-gb/dp/SC14363

How do you feel about this? Is it DOA because of the higher price?
163 posts and 13 images submitted.
>>
And I was just thinking about getting a RPi. Might look into it a bit more
>>
>32bit
kek
>>
>>58596827
Were you planning on slapping 8gb of RAM on that bad boy?

File: win8metro.png (125KB, 1024x768px) Image search: [Google]
win8metro.png
125KB, 1024x768px
I actually thought it was pretty alright
33 posts and 3 images submitted.
>>
It was
>>
>I actually thought it was pretty, alright
Ok, I agree

>I actually thought it was pretty alright
No
>>
They thought they could kill the desktop, "innovation" for the sake of attempting to be progressive when nobody asked for or wanted it.

File: 31h1FwR-Z6L.jpg (16KB, 393x500px) Image search: [Google]
31h1FwR-Z6L.jpg
16KB, 393x500px
does anyone reccomend any good cheap wireless earphones
15 posts and 4 images submitted.
>>
>>58596650
>good
>wireless
>>
Bt250 they are 15$ and 2 hour playback
>>
>>58596650
>good
>cheap
Niggah, pick one

File: People Hate PHP.png (150KB, 2000x1060px) Image search: [Google]
People Hate PHP.png
150KB, 2000x1060px
What are better alternative to PHP and/or PHP & SQL?
I've noticed people love to shit on it, and if anyone has good alternatives I'd be willing to look into them.
Also, preferably not NodeJS & MongoDB, I've already tried it.
25 posts and 1 images submitted.
>>
I know you guys love to bitch about PHP, let me hear it.
>>
>>58596604
sql is fine, keep using that. learn literally any language you want
>>
But PHP is still the most used language. Why would you not learn that if you're trying to get a job? I guess you could learn Ruby if you want to compete for the 4000 Ruby Jobs that are out there.

File: pcfat.jpg (146KB, 1280x960px) Image search: [Google]
pcfat.jpg
146KB, 1280x960px
Would the pic.related motherboard handle a RX 480?
I need some info about motherboards since I am just a pleb trying out my first PC.

I want it with an i5 6500 I have plus a DDR3 8gb memory card (http://www.frys.com/product/7680577)
Plus, can someone explain me how these things work?
12 posts and 1 images submitted.
>>
WHOOPS, forgot link to it:

https://www.newegg.com/Product/Product.aspx?Item=N82E16813130731
>>
>>58596529
Why the fuck aren't you using skylake?
>>
>>58596547
wut

File: Screenshot_2017-01-21-19-02-22.png (616KB, 1440x2560px) Image search: [Google]
Screenshot_2017-01-21-19-02-22.png
616KB, 1440x2560px
>search something in chrome
>look at stories
>no thumbnail
wtf i hate google now
9 posts and 2 images submitted.
>>
>military time
>>
>>58597957
>not measuring time in the superior 24-hour format
>>
>>58597957
>>58597970
>not microwave time

Pages: [First page] [Previous page] [4767] [4768] [4769] [4770] [4771] [4772] [4773] [4774] [4775] [4776] [4777] [4778] [4779] [4780] [4781] [4782] [4783] [4784] [4785] [4786] [4787] [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.