[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 - 6436. 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: hello darkness my old friend.jpg (63KB, 640x480px) Image search: [Google]
hello darkness my old friend.jpg
63KB, 640x480px
Why didn't we listen?
10 posts and 1 images submitted.
>>
>>57140961
Who? What?
>>
>>57140961
>Why didn't we listen?
Listen here you fucking sack of shit. Don't you dare ever make another weak thread bait if you're not going to explain yourself first. Go toss yourself off a bridge you fucking wanker.
>>
I'm in two minds about Jennings. In some ways I think he was right to walk away from Fidonet, but in another I think he created something that it's totally unethical to walk away from.

But he was right to get mad when law and government got involved.

File: 1385126344640.jpg (81KB, 940x627px) Image search: [Google]
1385126344640.jpg
81KB, 940x627px
Business owner here, admitely another "startup". I have opened applications for a second backend programmer.

The program is a client facing server written entirely in python. As a result I want to create a "retard" quiz which will ensure the applicant has good knowledge of web technologies beofre the actual interview. I am not concerned about gaining a deep understanding of the programmer's technical skill through this quiz but knowledge that the programmer is a genuine coder who knows his stuff.

Below is the quiz. Thoughts?

explain what this code does
 print( re.sub(‘.$’, ‘’) ) 


There is a flat json file in the parent directory called settings.json
Finish the following function so it loads it and prints the «items_purchased» key
 def loaditems():
...


What is the output of the following code? :
 print ( 10 - (5*2) or 27 ) 


The following code works but has serious flaws.
Why is this code dangerous and how do you fix it?
(Feel free to use libraries, we do :)

query = ‘select * from `cars` where `ID` = %s;’ % user_input
result = sql_query(query)



Briefly explain the following items:
[md5 hash is detected as spam]

ERROR 503

SGVsbG8gOik=

CONNECT example.com:80 HTTP/1.0

%00

UTF-8

The following function runs when a user sends a message to the server. Describe as many issues as you can:

def onMessage(msg, isBinary):
user_input = msg
for client in rooms[self.room]:
client.send(user_input)


Thanks g.
22 posts and 1 images submitted.
>>
1. sub means substitute? Not sure replace all .$ in the variable re to nothing.
2.
Import json
Import sys
Import is
File = open('settings.json').read()
Settings = json.loads(File)
Might be .dumps I can never remember
Print settings['items_purchased']
3.
10-10 or 27
0 or 1
27
4.
Import psycopg2
Cur = ....
SQL = 'select * from cars where ID = %s"
data = ( user_input, )
Cur.execute(SQL,data)

You have a table or file of md5 hashes identified as spam and this is your error message

Http error 503 has to do with an internal server error I think likely your CGI , php etc...

Some kind of hash?

Telnet command? Curl headers?

Idk

Chartset. Utf-8 has more characters than ASCII or something similar

I don't see the point of the user_input
I don't see the point of is binary if you aren't using IG
If this is part of a class / oop it should likely just be self.room not rooms[self.room]
>>
>>57141234
Soz .sub is for regex patterns fairly sure $ means end of line
Just looked it up
>>
>>57141234
>>57141248
You're not supposed to answer. I'm just asking if the questions are good to throw out dumbfucks with no real knowledge other than textbooks

File: NO_FILE_GIVEN (0B, 0x0pxpx)
NO_FILE_GIVEN
0B, 0x0pxpx
Who /poorfag/ here?

I'm planning on picking up a used fx83xx system once zen drops.
What you waiting on?
23 posts and 4 images submitted.
>>
>>57140928
That's sub poorfag levels of poor.
I built a FX-8350 rig in 2014 for 200€, latter added a R9 290x that I got for 140€.

You fail NEET can't even cash in some one time welfare checks?
>>
>>57140950
I'm an ausfag, things aren't so cheap here.

A used fx8350 is as expensive as a new i3 6100, I'm waiting for amd fagboys to buy into the zen hype and when the market floods with used vishera for cheap I'll buy itm
>>
>>57140972
Sydneysider here. Can confirm prices for tech are fucking horrendous.

File: FHC2AJUG1YQL96O.LARGE.jpg (35KB, 482x480px) Image search: [Google]
FHC2AJUG1YQL96O.LARGE.jpg
35KB, 482x480px
i don't know exactly how to ask this... but i find myself constantly re-researching commands or syntax, and it makes me feel amateurish when i have to hit up google sometimes 2 or 3 times when using a command across a couple of a weeks.

i guess my question is, to experienced programmers who've been in the biz for more than 5 years (i'm on my first real job), do you still do this? do you ever stop doing it? there is definitely syntax committed to memory now, especially unix, but i find myself googling shit every time i go back to a language i haven't used in a while.
7 posts and 1 images submitted.
>>
Maybe you're just retarded?
A language doesn't have more than 20 keywords, and once you learned a C-like, you've learned them all.
The syntax is almost identical across all C-like languages, (C, C++, C#, Java, JavaScript, Rust, Go, etc.).
>>
maybe you should explain what you're talking about first OP.. commands are pre-compiled and are directly executable, yet you're talking about mention the word programming.. do you mean scripting?
>>
> it makes me feel amateurish when i have to hit up google sometimes 2 or 3 times when using a command across a couple of a weeks.

Sheet, I have been doing this for 10+ years, and I have to google stuff 2 or 3 times a day! Good lord, save all that brain power for creating! Not remembering stupid syntax/commands... that is why google exists... REFERENCES!!!

File: 1419062957373.png (265KB, 334x393px) Image search: [Google]
1419062957373.png
265KB, 334x393px
What the fuck is up with all these click-bait thumbnails?
8 posts and 4 images submitted.
>>
File: 1476735551876.jpg (1MB, 1500x3375px) Image search: [Google]
1476735551876.jpg
1MB, 1500x3375px
>>
File: 566xer.jpg (80KB, 600x596px) Image search: [Google]
566xer.jpg
80KB, 600x596px
>>57140863
Where do you think you are?
>>
People asking for sauce is just free bumps I suppose.

File: file-57f786e2424ac9ee32.jpg (67KB, 746x800px) Image search: [Google]
file-57f786e2424ac9ee32.jpg
67KB, 746x800px
I've had this card for couple of days and I am really happy with it.

I am really concerned about the 4 gb though as I am planning to keep it for the next 3-4 years.

Should I send it back and get the 8 gb version and pay 50 € more?

I do only 1080p gaming.
10 posts and 1 images submitted.
>>
2-3 years with this card, if you really need 4 years then pay the €50
>>
>>57140810
if your on 1080p and 1 monitor 99% of games won't even utilize the 4GB let alone 8GB I got the RX 470 4GB and it's pretty comfy

Also RX appreciation thraad
>>
>>57140810
remember game devs are selling to the masses 99% of which have 1-2GB cards so more people can play without having to upgrade.

File: soloasianqt314.webm (2MB, 650x368px) Image search: [Google]
soloasianqt314.webm
2MB, 650x368px
Do you still use any pci devices/accessories in your pc?

I'm still using a wireless network adapter that plugs into my pci slot.
20 posts and 5 images submitted.
>>
>>57140805
Besides graphics? I have a 10G NIC and an SSD occupying the rest of the PCI-E slots.
>>
>>57140805
SAUCE ME
>>
>>57140826
Pci anon, not pcie.

File: csg.jpg (140KB, 600x338px) Image search: [Google]
csg.jpg
140KB, 600x338px
PLEASE READ THE WIKI

Yes, we know everything already is from China but in here we discuss the no/low-name cheap shit you see on Gearbest, AliExpress, eBay and similar sites.

>IRC channel #/csg/ on rizon

>Discord channel
https://discord.gg/6WehyUv

>Chink Shit Randomiser
http://chinkshit.xyz/random/

>Chink Shit Wiki:
wiki.installgentoo.com/index.php/Chink_shit_general

>News
• Chink battery tester looks slightly (very) unsafe >>57131656
• Anon buys a fake DW for his sister, comes with a spare battery >>57131691
• Newfag wonders if it's normal for chink shit to be labelled as hazardous cancer inducing materials >>57131768
• Anon posts his chink dick sleeves for yard work and sitting in the sun >>57132012
• Confused anon opens a package and doesn't know what he/she ordered; turns out to be fake eyelashes >>57132116 >>57132976
• /csg/ nationality strawpoll falls flat; shitposter stumped by the captcha, good to know >>57132116
• BIG IMPORTANT NEWS: Xiaomi is releasing a red switch mechanical keyboard for $45, looks great >>57132116
• 98 cent ps2 to USB adapter works well >>57133094
• Anon reviews his Curren watch while cycling with no hands >>57133689
• Anon doesn't recommend a Mixza USB stick, built like shit >>57134880
• 4 braided USB cables for 80 cents deal spotted; turns out to be Vicky 2.0 >>57135007 >>57138058
• Spider-Man has joined the Halo universe courtesy of China >>57135570
• Comfy Tech Reviews posts a new video warning Somake 7.1 owners that it may fry their headphones
https://www.youtube.com/watch?v=Zv4C0dpLCWY >>57136148
• Luigi tries to buy a chink computer with no reviews, warned by /csg/ >>57137118
• Anon buys a chink watch >>57139274
• Trap wants to know when Redmi 4 is out because he can't handle big things in his hands, instant (You)s >>57139684
• Another $1 mouse turns up >>57140087
• Newest of newfags asks if anybody has any experience with the Motospeed Inflictor >>57140404

Previous thread >>57131609
358 posts and 83 images submitted.
>>
File: 1476818391764.png (272KB, 1080x1169px) Image search: [Google]
1476818391764.png
272KB, 1080x1169px
Fucked up the link to the Xiaomi mechanical keyboard

http://www.gizmochina.com/2016/10/18/xiaomi-launches-299-yuan-45-mechanical-keyboard-87-keys-aluminium-body-tts-red-switches/
>>57132616
>>
Я дa пpeбpoим кoлкo нaшeнци имa тyк?
>>
http://www.gearbest.com/earbud-headphones/pp_345692.html?wid=21

$5.89 for xiaomi pistons for the next 9 hours, worth it?

File: genkiamada.jpg (288KB, 698x909px) Image search: [Google]
genkiamada.jpg
288KB, 698x909px
Is Zen still /g/'s most recommended processor for price/performance? I want to build a 3d modelling workstation and need lots of cores.
29 posts and 7 images submitted.
>>
>>57140711
Sure, if you want sandy bridge ipc.

At least buy a xeon if you're serious about your work.
>>
>>57140711
Zen will likely only be a competitive product for virtualization workloads. If the price is right on their desktop offerings though it could be an alternative.
>>
File: 1471396486391.png (200KB, 578x691px) Image search: [Google]
1471396486391.png
200KB, 578x691px
>>57140725
Sandy Bridge IPC is still better than most Intel Extremes! Plus I get 8 of those!

File: 1438421867161.jpg (121KB, 687x687px) Image search: [Google]
1438421867161.jpg
121KB, 687x687px
His OS has a UI....

Can you need more of a cucked normie?
11 posts and 1 images submitted.
>>
Be*
>>
I bet you thought you had a clever idea for a thread. Fuck off shitposter
>>
>>57140682
KEK detected. Kill yourself. Your wife's son won't miss you

File: Untitled.png (581KB, 1374x520px) Image search: [Google]
Untitled.png
581KB, 1374x520px
Well?
22 posts and 1 images submitted.
>>
It's .1 inch too big.
>>
>>57140662

So 5.4, or 4.9?
>>
>>57140667
Anything above 4.9 is a fucking tray not suitable for daily carry unless you're a neckbeard who regularly wears cargo pants or a suit monkey.

Hipsterfag running Arch Linux on laptop for uni.

I've been using GDM, but got real fucking sick of booting up to this ass-interface every day. Currently running startx from my login shell.

Can someone recommend a minimalist DM that doesn't suck huge hairy donkey balls? Preferably console based, but if it actually looks alright I'll take graphical.
8 posts and 1 images submitted.
>>
>>57140618
LightDM with a good gtk theme + light-locker for screen locking.
>>
startx

dms are retarded
>>
>>57140618
https://wiki.archlinux.org/index.php/Nodm

File: s-l225.jpg (11KB, 225x225px) Image search: [Google]
s-l225.jpg
11KB, 225x225px
What do you like to look at on your phone that's not vidya or 4chin when you're bored? Need something to do on long overnight shift.
7 posts and 1 images submitted.
>>
>>57140497
Cinemasins
>>
>>57140497
Reddit, hacker news, books and articles linked from said sites.
>>
Slashdot, Ars, sometimes when I feel devilish even The Register

File: why is she so perfect.jpg (363KB, 1920x1080px) Image search: [Google]
why is she so perfect.jpg
363KB, 1920x1080px
/Anniversary/ edition.

ITT: we post what we are appreciative of in Windows 10
12 posts and 5 images submitted.
>>
>>57140489
Install gentoo
>>
Why even bother? You're just gonna get called a Pajeet and a Manchild by jealous GNU/+Linux users.
>>
File: 1476443810505.png (267KB, 1024x1044px) Image search: [Google]
1476443810505.png
267KB, 1024x1044px
>>57140489
To put it succinctly, Windows 10 is bullshit and I'm getting really sick of it.
I was a huge Microsoft booster for a very long time. I had Windows Phone 7 at launch and stuck with it through the Lumia 920, until I couldn't stand the (very real) app gap any longer. I liked and defended Windows 8, even before they fixed it with the 8.1 update. I got a Dell Venue 8 Pro Windows tablet when they were still novel. I used Windows Media Center as my primary DVR for years. I used Windows Home Server when that was a thing. I ripped my CDs to WMA format.
I was very much a Microsoft fanboy.
And Windows 10 has broken me.

File: 1476860803444.jpg (24KB, 650x366px) Image search: [Google]
1476860803444.jpg
24KB, 650x366px
What phone is that?
6 posts and 1 images submitted.
>>
>>57140481
Dear God this guy has got to be absolutely shameless criticizing society while looking this awful.
>>
>>57140481
IPhone 5s
>>
>>57140507
He's not critiquing peoples' appearances.

Pages: [First page] [Previous page] [6426] [6427] [6428] [6429] [6430] [6431] [6432] [6433] [6434] [6435] [6436] [6437] [6438] [6439] [6440] [6441] [6442] [6443] [6444] [6445] [6446] [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.