[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y / ] [Home]
4chanarchives logo

Archived threads in /g/ - Technology - 1269. page


Ok, so i've been trying to learn python by myself but times after times i still find myself stuck at the same point where i started and i realize i was running in circles.
Apparently i'm dumber than i thought but the "just practice and you'll eventually learn" doesn't work with me, i've read here about the core philosophy of coding "if you're not solving amazing problems you will just test your patience and ability to memorize" which i somewhat agree with, but coming to down to earth problems is that i haven't found a book or a guide that meets my needs, for example, the teachers i have in uni are fucking tools and are useless at best, i still fail to comprehend how the compiler manages the instructions, how the hierarchy of the commands works, where i can find a comprehensive list of the python syntax and how to develop the mindset to translate a problem from human language in code (eg. transform all the colors in a given picture into a red scale, i have no fucking idea how to approach it in the first place, how should i organize the code and so on).
Please answer to this bottle in the sea, send help.
9 posts and 3 images submitted.
>>
>>54597515
>how to develop the mindset to translate a problem from human language in code
Figure out in plain english what you need to do to solve your problem. e.g I need to iterate over every pixel and then find the rgb for each pixel. I need to then 0 out the green and blue values.

>I have no fucking idea how to approach it in the first place
Figure out these steps one step at a time then look up how to do each of them individually until you understand it.

>how should i organize the code and so on).
Get your program working first then worry about refactoring it.

It's all about reading and practice.
>>
>>54597515

>>54597610
This here op, programming is just a fancy way of writing the instructions to do something.
>>
i know, i'll give you a simple example so you can maybe understand how and where i'm stuck on

#converts the 3 rgb values into grayscale and returns sum
def togray(r,g,b):
sum=(r+g+b)/3
return sum
#selects a file from the hard disk
new_file= pickAFile()
#creates an image new_pic and assigns it the file of new_file
new_pic= makePicture(new_file)
#show(new_pic)
dick= togray(100,120,110)
print dick
#for cycle that inserts in a silt every pixel of the selected image
pixel_list=[]
for pixel in getPixels(new_pic):
sum_pixel= togray(getRed(pixel),getGreen(pixel),getBlue(pixel))
pixel_list=pixel_list+[sum_pixel]
#i have to create an ampty canvas (makepicture) after that do the same so it writes from the list to the new image
#from now on: shit
makePicture(changed_pic)
for


i've made this with the help of an older student and you need to know that isn't actually python since we're requested to use a cancerous jython environment called jes with pre-built in functions, but the point is: i don't know the syntax to write my thoughts into code, and wherever i search i find lackluster and badly organized guides, i have even looked in the official python website but i feel like things are hanged in the air without seeing the start or the end of the central idea

File: svchost.jpg (95KB, 569x716px) Image search: [Google] [Yandex] [Bing]
svchost.jpg
95KB, 569x716px
Why the fuck does this happen? (Pic is from google because I "solved it", suddently after installing the SP1 from Windows update the motherfucker computer starts to work slow as shit, HDD activity, I check the task manager and this happens.

After tracking the process and service related it was Windows Update after all, I even disabled automatic updates and still it was consuming my cpu and ram like a whore (didn't reboot though), now I stopped the windows update service from the task manager and it was solved, but no idea what will happen when I reboot, I waited an hour before this to see if it would end, but no luck (before the svchost.exe itself, is the TrustedInstaller.exe that is eating the CPU).

This didn't happen to me since Windows XP, the difference is that back then it was the svchost for the audio service that caused the problem if I recall well.
6 posts and 1 images submitted.
>>
>>54597086
This isn't really a tech support request, more of a curiosity of why it happens, because I know how to solve it.
>>
>>54597100
I love taking big dicks in my ass~!

Also, I'm retarded for using a shitty, deprecated OS, and I'm going to go on /g/ about it like a retard instead of upgrading to a stable, more reliable operating system like Windows 8.1 or 10. x3
>>
It's likely indexing. Can get insane if it breaks enough during an update. Try disabling and see if it helps.

File: FireFox_TestPilot.jpg (187KB, 1280x960px) Image search: [Google] [Yandex] [Bing]
FireFox_TestPilot.jpg
187KB, 1280x960px
What does /g/ think of this.
https://testpilot.firefox.com
Firefox paving the way for future of web browsing or going full retard in its end times?
>Activity Stream
>Tab Center
>Universal Search
>More to come....
8 posts and 2 images submitted.
>>
File: TestPilotWeb.png (192KB, 1353x1108px) Image search: [Google] [Yandex] [Bing]
TestPilotWeb.png
192KB, 1353x1108px
>>54596713
>>
>Create a Firefox Account or sign in.
Into the trash it goes.
>>
>>54596713
>>54596733
>Check out all these new features we're experimenting with!
>List a bunch of shit that you can already get through addons
k

File: 300px-Priv_rings.svg.png (26KB, 300x216px) Image search: [Google] [Yandex] [Bing]
300px-Priv_rings.svg.png
26KB, 300x216px
Should ring 0 be unprotected to the user?
6 posts and 2 images submitted.
>>
>>54596429
No.
>>
>>54596429
No.
>>
>>54596429
Go away Terry.

File: 1394577829623.jpg (28KB, 228x221px) Image search: [Google] [Yandex] [Bing]
1394577829623.jpg
28KB, 228x221px
>they fell for the "agile development" and "scrum" memes
9 posts and 4 images submitted.
>>
You mean jobs?
>>
File: images.jpg (12KB, 190x265px) Image search: [Google] [Yandex] [Bing]
images.jpg
12KB, 190x265px
>>54596149
>tfw CS project
>scrum "agile" project
>lecturer vague as fuck
>team members are incompetent despite me being the only bachelor student
>shitty ass web project
>>
>>54596591
That sums up my entire first and only year if CS perfectly.

Why is Linux so inconsistent in quality in between releases for? Take Ubuntu for example, 16.04 is a pile of shit and yet just a couple releases ago with 15.04 everything just worked! Is there not a single distro out there that can just work in between releases?
7 posts and 1 images submitted.
>>
Ubuntu is not Linux. It just happens to include it.
>>
>>54596041
Fedora always werks
>>
>>54596041
Theres really only 2 kinds of distros in the world.

Arch linux and not arch linux.

I'm an idiot.
I typed in my password using this command file.
Am I fucked?

>function msg {
printf "\e[1;32m>\e[m %s\n" "$1"
}
function msg2 {
printf "\e[1;34m>\e[m %s\n" "$1"
}

msg "Ableton Live 9 Suite v9.x.x x64 Patch:"

msg2 "Applying patches..."

sudo perl -pi -e 's|\xFF\x85\xC0\x0F\x89\x39|\xFF\xEB\x06\x0F\x89\x39|g' /Applications/Ableton\ Live\ 9\ Suite.app/Contents/MacOS/Live

sudo perl -pi -e 's|\xFF\x85\xC0\x0F\x89\x0D|\xFF\xEB\x06\x0F\x89\x0D|g' /Applications/Ableton\ Live\ 9\ Suite.app/Contents/MacOS/Live

sudo perl -pi -e 's|\x0F\x94\xC3\x83\xFB\x01|\xBB\x01\x00\x00\x00\x90|g' /Applications/Ableton\ Live\ 9\ Suite.app/Contents/MacOS/Live

sudo xattr -d -r com.apple.quarantine /Applications/Ableton\ Live\ 9\ Suite.app

msg "Live Suite is ready to authorize using the keyfile!"

Did I install a rootkit?
7 posts and 1 images submitted.
>>
Show us the source code
>>
>>54596168
i thought this is the source code?!
>>
>>54596168
>>54596168
pls respond

File: benq_coupons.png (67KB, 1024x614px) Image search: [Google] [Yandex] [Bing]
benq_coupons.png
67KB, 1024x614px
Is BenQ a good choice for a monitor?
7 posts and 2 images submitted.
>>
They're fine for most stuff.
>>
>>54594968
yes
>>
>>54594968
I have a Benq. The first one crapped itself after a few months. I sent it back to the service and they replaced the source and the panel and now it works OK but there is a slightly darker spot on the right.
Seems like a reliable monitor, but make sure you check which ports it has and how good is the panel.

File: QVieJ1W.gif (1MB, 500x211px) Image search: [Google] [Yandex] [Bing]
QVieJ1W.gif
1MB, 500x211px
So guys, we have a facebook group and it has numerous admins and I'm one of them. One of those fkers removed some of my posts and I'd like to ask if there is any way to prevent one of them remove my post?
8 posts and 1 images submitted.
>>
>>54594935
>using kikebook
fucking kill yourself cuckold
>>
>>54594935
Fuck off you normalcuck piece of shit pleb
>>
>>54594935
Get back to redit fucking normie

Neuroscientist here, thinking on starting a career as programmer.

I know the basics of C# and Python, and I started to develop a videogame in my spare time.

What language do you recommend/is most demanded? How do I get an entry job in the sector without holding a degree like CS?

I know that plenty of users here are already in, and i'm curious about reading your experiences and recommendations.
Thank you all.
10 posts and 1 images submitted.
>>
>neuroscientist
>wants to be a programmer

Nice b8 mate i r8 1/8
>>
Do something you like. Get good at it. Create a GitHub account and contribute. Apply for a relevant job with it.
>>
>>54594913
Get a research officer position in a uni research lab working on bioinformatics. Molecular biologists generate terabytes of data that need proper pipelines and processing. The programs to analyse DNA sequences are already well developed but linking the wet lab to the computer is still lacking. Good luck. Microbiologist here.

File: business-man-resume.jpg (74KB, 476x358px) Image search: [Google] [Yandex] [Bing]
business-man-resume.jpg
74KB, 476x358px
What is the best appointment calendar for Linux?
8 posts and 1 images submitted.
>>
Wait, Linux users have jobs? Why would NEET neckbeards who spend half their day maintaining their OS need an appointment calendar?
>>
>>54594484
To write in the dates for the next Anime shows. kek
>>
cal in terminal

File: large.jpg (58KB, 800x469px) Image search: [Google] [Yandex] [Bing]
large.jpg
58KB, 800x469px
>Installing the newest finger box update.
>Literally losing feature whist getting a worse battery life.
>tfw someone has fallen for the hype.
Fuck that. I'm keeping mine at v5.61
9 posts and 1 images submitted.
>>
>>54594402
>Falling for the digital fingerbox meme

Walnut wood or bust
>>
>>54594402

>2016
>not using jailbroken 4.96
>enjoy your spyware
>>
>>54594421
Fuck off gramps.
I bet you still use an abacus.

File: podcast1.jpg (268KB, 3000x2643px) Image search: [Google] [Yandex] [Bing]
podcast1.jpg
268KB, 3000x2643px
I recently got into the habit of listening to podcasts since I spend at least two hours a day on a train traveling to work and back home. What are some good tech-related podcasts?
8 posts and 2 images submitted.
>>
>2016
>podcasts
>>
Hello Internet is pretty nice, I don't really listen to anything else than this an music
>>
>>54594297
find a better job

File: 1460139230427.jpg (423KB, 500x750px) Image search: [Google] [Yandex] [Bing]
1460139230427.jpg
423KB, 500x750px
I want to start a business in america and Id basically set up networks and buy computers and other computer stuff. I'd target small companies that are willing to pay a lot of money

Is it worth it?
8 posts and 1 images submitted.
>>
>>54594075
They call that a Managed Service Provider.
Don't be tricked. There is a lot of money to be had, but it's not fun or easy.
And it requires more than just "being good with computers & networks"
>>
>>54594102
Im a network engineer and already passed the CCNA.
>>
>>54594119
Do you have connections? People that can hook you up with potential clients?
Are you charismatic?
Do you have the funds to even begin?

File: Intredasting.jpg (188KB, 549x563px) Image search: [Google] [Yandex] [Bing]
Intredasting.jpg
188KB, 549x563px
How much does having wifi networks close together cause interference and slow down your wifi? If a house was hypothetically designed so the exterior walls acted like a Faraday cage to block your neighbors wifi so the only wifi in your house was from your own router, would you see significant improvements in network speed? I know that's a retarded idea because you'd also be blocking cell phone signals indoors, I'm just asking a hypothetical.

I'm curious because long story short, we just changed our internet package and for a short while we had the modem from the ISP with wifi built in hooked up in one room because that modem also was for the phone (>inb4 some comment about having a landline in 2016, it's for working from home), and another more capable modem and separate router hooked up in another room. The wifi on the more capable router became slightly better after turning off the wifi on the shitty modem/router the ISP provided. IDK if something else was causing the slowdown and it's just a coincidence or if having two wifi networks so close together really does cause congestion that slows them down.
8 posts and 1 images submitted.
>>
>>54594008
>I know that's a retarded idea because you'd also be blocking cell phone signals indoors
Just use an extender and run it into the cage.
>>
>>54594024
That would be worthwhile for some people, but I don't think home builders would start building houses to act like Faraday cages because most people would complain about the lack of reception indoors. Maybe there's some material that blocks the frequencies used for wifi but not for cell phones/other important radio frequencies?
>>
>>54594052
>Maybe there's some material that blocks the frequencies used for wifi but not for cell phones/other important radio frequencies?
Not fucking likely.

Pages: [First page] [Previous page] [1260] [1261] [1262] [1263] [1264] [1265] [1266] [1267] [1268] [1269] [1270] [1271] [1272] [1273] [1274] [1275] [1276] [1277] [1278] [Next page] [Last page]
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y / ] [Home]

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.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
If a post contains illegal content, please click on its [Report] button and follow the instructions.
This is a 4chan archive - all of the content originated from them. If you need information for a Poster - you need to contact them.
This website shows only archived content and is not affiliated with 4chan in any way.
If you like this website please support us by donating with Bitcoin at 1XVgDnu36zCj97gLdeSwHMdiJaBkqhtMK