Old /dpt/ at >>52152484
What are you working on?
HAPPY NEW YEAR EVERYONE!
First for Java
Xth for Go.
Programming is shit
What happened /g/? Where's the old world wide web? Where's the old internet? Where are the small but fasicanting communities? What went wrong?
Jews figured out how to milk it for profit
Your momma came
>>52127427
pretty much Google and Facebook
>tfw graduating college in 5 months, no internships, no side projects
>tfw sophomores at my school already have internships, do nothing but program in their free time, know way more about computers than me
how fucked am I /g/
>>52154362
You want some advices? I can share my story
> be me, 22
> 2nd year of uni, 0 IT business experience, want to become programmer
> I spitfire my CVs to developers internships
> 0 response rate
Back then I had scholarship thanks to how well I managed at uni, but still they didn't teach me anything at all in terms of development.
>>52154732
> 5 months spent, a few interviews which I failed
> fuck it, I need cash right nao
> apply to junior IT/local IT person since I always repaired neighbours/family/random people PCs
> get the job, they pay shit but there is a lot of shit to do
> 130 pcs, 15 printers, over 100 VOIP phones
> server room full of shit I had no idea about
This job was a mess. People were submitting requests over email as there was no other way of doing it, no ticketing system whotsoever. You can imagine, over 200 people working in callcenter, they submitted the same shit over and over again.
>fast forwards 3 months
>be mad, spend 10 hours daily 4 times a week dealing with their bullshit
>changing HDDs, fixing screens, changing cables, fixing broken printers, reformatting, all manual
>create disk image with windows 7 to use for every desktop, write script to automaticaly add it to domain, update windows, activate it
>-30% workload
>decide to write some script to allow people submitting request to local it
>decide for pure PHP and MySQL as I had some kind of knowledge of how MySQL with PHP works
>1 month struggling I release the basic ticketing system
>every PC has shortcut on desktop, a VBS script which gathers information like PC name, user name, HW info
>opens up IE window whcih takes given person to their current PC subdomain on ticketing system
>they see what has been requested, what has been submitted, what is currently being done in terms of their pc
>they can submit new request if it's not a duplicate
>-70% workload
are you me? I'm trying desperately to get together some side projects. don't think I'll be able to get any internships tho. idk. we're fucked.
What filters do you use to clean up this place from the Wangblows fags, consumer threads and shit specky threads?
Pic unrelated.
The hide button.
Filters are reddit-tier shit. If you don't like something just ignore it or go to another thread.
>>52152810
I lurk every day, this shit is better done through automation.
>Filters are reddit-tier shit.
I don't think Reddit even has filters.
Windows 10 is malware. It contains a universal back door, which means that Microsoft can remotely install any change it wishes. This means it could remotely install code to decrypt parts of your disk and send the data to Microsoft. Whatever encryption software you use, even if it is free/libre, you’re hosed.
We know this, because Microsoft admits it. Microsoft also admits that it can remotely access any file on Windows 10. See http://gnu.org/proprietary/malware-microsoft.html.
Malicious functionality is par for the course, nowadays, with software that is not free/libre. Apple is not much different from Microsoft: http://gnu.org/proprietary/malware-apple.html. When software is under the control of a company, that company is constantly tempted to mistreat its own users. See http://gnu.org/philosophy/free-software-even-more-important.html.
The solution is obvious: don’t use any of non-free software. Defenestrate your computer by installing GNU/Linux in place of Windows.
Brb updating to Windows 10.
Just got windows 8 a week ago, then found this place and found that win10 is botnet and also put botnet stuff on win8 and 7, what are good Linux distros and wheres a good dummy's guide to setting up this stuff
>>52132204
Tell us something we don't already know OP. You're preaching to the choir.
mac fags BTFO
Only thing BTFO here is your data since you seem to use Facebook, OP.
>he uses facebook
>>52155453
but usb type c is a usb port though
>close button doesn't close
>maximize button doesn't maximize
>minimize button minimizes, but only sort of: for some reason it places the preview near the trashcan in the dock and the preview is static (unlike on windows). Also if you choose to minimize windows into app icon, you will no longer have previews of any kind and it causes a bug (present in 10.11.1) with activity monitor (when it won't open after you "close" it with close button)
Who designed this and why is this allowed?
>>52153981
It's Apple, I let them do what they want. They now better anyway.
>close
It closes the window, not the app.
>minimize
That's probably cause of Apple and its desire to optimize things
>maximize
I don't even fucking know what the deal with this button is, it does a different thing in every app and it is never the thing I want.
>>52154067
>It closes the window, not the app.
So it doubles the minimize button?
What's the best audio player for windows nowadays ? I'm used to winamp but it didn't have an update for years.
>>52147968
You can never go wrong with MusicBee
>>52147968
Foobar
Make your own YouTube Playlists
Slacker
Spotify
It's almost 2016. If you're still pirating and wasting hard drive space on music, you are fucking retarded.
How the fuck is travel that cheap?
>>52145544
coach
>>52145544
only in the off season. those prices double during holidays, and double again if you want them on short notice.
>>52145544
>going to Mexico or California
literally why would you go to these shitholes
So 4chan is just going to shit the bed for 3 hours every day?
>>52154430
>So 4chan is just going to shit the bed for 3 hours every day?
Yes, thank you hiroshima.
>>52154430
Seems like it.
i have ublock origin disabled until gookmoot disables the autocorrect for these words: desu senpai cuck
What are you working on, /g/?
Old thread: http://boards.4chan.org/g/thread/52146363/dpt-daily-programming-thread#bottom
First for multi-threading support
>>52152486
>>52152484
Posting image downloader code, python 2.7 with requests installedfilename.py board threadNumberimport urllib,sys,requests,os
board,thread=sys.argv[1:]
url="https://a.4cdn.org/"+board+"/thread/"+thread+".json"
posts=requests.get(url).json()["posts"]
title=posts[0]["semantic_url"]
newDir=os.getcwd()+"\\"+board+"\\"+title+" ("+thread+")"
if not os.path.exists(newDir):
os.makedirs(newDir)
for keys in posts:
if "tim" in keys:
urllib.urlretrieve("https://i.4cdn.org/"+board+"/"+str(keys["tim"])
+keys["ext"],newDir+"\\"+str(keys["tim"])+keys["ext"])
>>52152484
New Hime thread in 296 posts!
I work for a Fortune 500 company and was hired as a "Developer". Been there 2 years now. After a year of writing code for them, they effectively pulled a bait-and-switch and now mostly have had me doing production support related work. You have to be able to research all the code they have to explain why "event A" and "event B" happened, which led to "event C", and so forth. Its a finance related company, so there's shit-tons of math and scheduling and other stuff that plays into it all. It takes programming knowledge to get this job done. There's a name for this type of job already, and it's called "Programmer Analyst". Anyhow, I'm a little pissed that I'm not writing any code anymore, but I figure I can maybe turn this into a positive. I'm pressuring them to officially change my job title to "Programmer Analyst". I want it "on the books" so that when someone does an employment background check on me, they will be able to clearly see that I was promoted and my title was changed to accurately describe what I was doing. I'm not asking for a pay raise. Just the title change. But these folks don't sound as though they will bend even a little bit, and don't want to give me the title. They want me to sit there and lie to both myself and the rest of the world and call myself a Developer, but just sit there and do all the _bitch_work_. This ain't happening. I'm either going to quit, I'm going to get my title changed, or they're going to let me write code like a developer should be doing.
Any thoughts on how I could somehow make these evil corporate fucktards bend to my will?
>bend to my will
calm down there machiavelli
>>52150011
or you could, you know, get another job you cuck
Violence usually gets you what you want OP
Or quit
>suicide
>hacked twitter account
>twitter rants against niggers, women and SJW's
Nice try NSA
https://igurublog.wordpress.com/2014/04/08/julian-assange-debian-is-owned-by-the-nsa/
Julian Assange: Debian Is Owned By The NSA
>Assange discussed how UNIX-like systems like Debian (which he mentioned by name) are engineered by nation-states with backdoors which are easily introduced as ‘bugs’, and how the Linux system depends on thousands of packages and libraries that may be compromised.
TLDR: NSA KILLED IAN MURDOCK
TLDR: GET OUT OF DEBIAN NOW
TLDR: DEBIAN IS COMPROMISED
TLDR: STALLMAN WAS RIGHT
Install a free distro from this list
http://www.gnu.org/distros/free-distros.en.html
>fearing backdoors when they could just front door their way in
>>52143537
The Recruits are using any mean for selivering fake news:
>ahahahah raped
>suicidal FOSS Devs
>Debian not even once
FIERCE MEN, WAIT FOR OFFICIAL FAMILY NEWS
BECAUSE HE WAS A VICTIM OF ASSASINATION
WHY USA KILLED HIM
>>52139817
Because single core a shit.
woohoo 300W TDP on a processor that's shittier than the shittiest 5W atom whats not to love???
Previous thread: >>52106347
Other business laptops are also welcome in /tpg/ (e.g. Dell Latitude/Precision, HP EliteBook/ZBook).
If you're looking for purchase advice, READ THE BUYERS GUIDE FIRST. Then post, stating budget and requirements (e.g. size and performance).
Don't buy anything OTHER THAN T, X AND W/P SERIES if you want the Real ThinkPad Experience™
Recommended models:
T420 - 14", normal size
X220 - 12.5", lightweight
----
No news.
----
Why ThinkPad? (also applies to other business laptops)
>They’re really cheap when you buy a used one.
>Keyboards feel excellent while typing (yes, even the newer ones).
>Great durability thanks to the inclusion of rollcages and use of glass fiber reinforced plastic for the chassis. The keyboard is splash proof and spilled liquids will drain out.
>Utilitarian design - e.g. indicator LEDs, 7 row keyboard layout on older models.
>Docking solutions that easily turns your laptop into a desktop.
>Easy to repair, upgrade and maintain thanks to readily available service manuals for almost every model. Spare parts are easy and cheap to obtain.
>The best trackpoint (that red thing on the middle of the keyboard). Great for those who type a lot or hate swiping their fingers all over a touchpad.
>Excellent GNU/Linux & *BSD support.
----
Used ThinkPad Buyers Guide:
http://ktgee.net/tpg
EPP discount for new ThinkPads (USA & Canada only, usually 15%+ off):
http://pastebin.com/wumE7L2f
ThinkWiki - Info on ThinkPads and running GNU/Linux on them:
http://www.thinkwiki.org/wiki/ThinkWiki
ThinkPad service guides w/ tutorial videos:
https://www.lenovoservicetraining.com/
Can a T420 be replaced with i7-3520M? If so, will it (be able to) use its integrated HD Intel Graphics 4000?
I just discovered my Thinkpad has a SIM slot behind the battery
What carriers would this work with? Will it work with 3G (this thing is pre LTE without a doubt)
/g/ I want to fall for the thinkpad meme
What´s the best I can do with around $300~$600
hopefully a good screen and will be using not to heavy engineering programs