[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 - 1157. 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: c++logo.jpg (4KB, 118x118px) Image search: [Google]
c++logo.jpg
4KB, 118x118px
>> std::sort is fully generic over all containers with guarenteed O(nlog(n)) time complexity.
>> Sorts linked lists in O(n^2log(n) time) because it expects a random access iterator.

Why is the STL so utterly terrible? It's not actually generic by any means, but at the same time it cripples itself on so many points by not including functions that aren't "generic", yet none of the functions in that library even come close to being as generic as your typical Haskell function. Often you end up having to reimplement basic functionality, because the STL's standard function to do this is utterly retarded and unsafe.

Most of the STL "generic" functions actually only work well on a single special case, and are either unsafe or perform poorly on everything else, and the "genericness" of the function is a red herring. Or they fail spectacularily for Vector<Bool>.
10 posts and 1 images submitted.
>>
>>61638816
i have seen people use text processing tools to duplicate functions for each type instead of using STL, what a bullshit.
>>
>>61638943
Not really, if you care about compile times.
>>
>>61638816
>using linked lists
>using linked lists in generic sort algorithms
OP I'm not sure what you expected.

File: Unknow_-_18.jpg (145KB, 1040x592px) Image search: [Google]
Unknow_-_18.jpg
145KB, 1040x592px
OPs Back Edition:
>Proof: https://pastebin.com/q9knARUT

/Cyb/er/sec/urity general is for the discussion of anything and everything related to cyberpunk and cybersecurity.

What is cyberpunk?
>https://pastebin.com/jS37Vu7A

Nothing to hide? - The importance of a cyberpunk mindset applied to a cybersecurity skillset.
>https://youtu.be/pcSlowAhvUk

Resources:
Cyberpunk:
Cyberpunk directory:
>https://pastebin.com/9JaJFqB2
Cyberpunk resources:
>https://pastebin.com/7DWCsAc8

Cybersecurity:
Cybersecurity essentials:
>https://pastebin.com/JWx5xeEM
Cybersecurity resources:
>https://pastebin.com/NaUPUDF0

Harden your OS, reroute your DNS and fire up the VPN!
Shit just got real: - Looking for more resources, help is welcomed.
>https://pastebin.com/JXyM4fTe

The Old Skool: - Looking for more resources, help is welcomed.
>0ld 5k00l h4ck3rz: http://67.225.133.110/~gbpprorg/#40

IRC:
Join: irc://irc.rizon.net:6697
>#/g/punk - Requires SSL
>#/g/sec - Requires SSL
IRC guide:
>https://pastebin.com/bh3Uyq3a

Thread archive:
>https://archive.rebeccablacktech.com/g/search/subject/cyb/
>https://archive.rebeccablacktech.com/g/search/subject/sec/
>https://archive.rebeccablacktech.com/g/search/text/%2Fcyb%2F%20%2Fsec%2F/

Thread backup:
>https://www.cyberpunked.org/

Previous thread:
>>61621447

Suggestions for new resources are welcome.
The Gentoomen /sec/ community is looking for CTF team members, contact them at the IRC channel.

OP message:
Sorry about that, I got caught up in some real life drama so the updated pasta is a thread belayed.
I'll be posting it once this one has died.
Thank you for your support and cooperation and a special thanks who ever took over OP for me on: >>61621447
315 posts and 32 images submitted.
>>
Good evening.
>>
first for niggers
>>
I want everyone who enters this thread to tell me what they are currently studying.

File: COWONPDW4.jpg (51KB, 1000x548px) Image search: [Google]
COWONPDW4.jpg
51KB, 1000x548px
Is there anything better than the Cowon Plenue D in the sub $200 price range? Anyone here that has one?
15 posts and 1 images submitted.
>>
Why would you use that over the phone you carry around everywhere?
>>
>>61683862

I've got one, it replaced my Fiio X1 first gen (which still works fine, I just wanted something smaller).

God tier battery life, great combination of tactile controls and touch functionality, great sound (I think it's better than the X1, but it could just be placebo). Would recommend.
>>
>>61683892

Because my phone is an iPhone with limited storage and I like having a separate device. I still have and use a Zune 120GB but I'm looking for an upgrade.

>>61683893
Sounds good. Do you know the max micro sd storage size it can handle? Is it at least 128GB?

File: mouse.jpg (27KB, 346x960px) Image search: [Google]
mouse.jpg
27KB, 346x960px
Sup /g/?
Mouse thread.
14 posts and 3 images submitted.
>>
>>61682450
What is that abomination?
>>
>>61682450
that is so cute.
>>
>>61682450
That looks incredibly uncomfortable, and seemingly unhygienic to use as a gaming controller.

File: Screenshot (6).png (1MB, 2500x1080px) Image search: [Google]
Screenshot (6).png
1MB, 2500x1080px
Hey guys so I went to work today and forgot my CPU fan, and I wanted to do some stuff in blender.

Does this look bad to you?
26 posts and 3 images submitted.
>>
>>61681977
Why do you take your CPU fan home
>>
>>61681977
Do you disassemble and reassemble your pc every time you go from work to home and back? I dont understand your post
>>
File: 1501624307096149445510.jpg (3MB, 4032x3024px) Image search: [Google]
1501624307096149445510.jpg
3MB, 4032x3024px
it's ok I'm using a white board to fan it and keep it cool

File: java.png (7KB, 259x259px) Image search: [Google]
java.png
7KB, 259x259px
Redpill me on Java.

It is one of the few programming languages I know and it is, in my opinion, the most enjoyable and powerful of the ones I am familiar with. Please tell me why you all seem to hate it, genuine question, if it's shit I want to know.
18 posts and 2 images submitted.
>>
Use Kotlin. It's exacly like Java, but it's not shit
>>
too big overhead for hello world, fizzbuzz and other little "look how few lines I need to write" programs
>>
>>61682058
But I don't really see how this could be a disadvantage, I mean it's not like hello world programs are actually meaningful in any way.

File: hacker8.jpg (117KB, 600x450px) Image search: [Google]
hacker8.jpg
117KB, 600x450px
Made a website in an hour yesterday

http://gendguess.herokuapp.com

Go ahead and ruin it
26 posts and 3 images submitted.
>>
>javascript
you do realize that something simple like that can be made with HTML5 as well?
>>
>>61681704
I mean not really. I'm just a hobbyist. How would you go about it?
>>
>>61681724
Hmm is this a java servlet? Did you export your app as a war file to get it running on heroku

File: 1501549449091.jpg (103KB, 477x474px) Image search: [Google]
1501549449091.jpg
103KB, 477x474px
I'm not gonna lie systemd is pretty useful. And it follows the unix philosophy of make one simple program rather than two complicated ones
16 posts and 4 images submitted.
>>
>>61681524
This.
>>
>>61681524
nice bait someone will fall for this and you will be yelled at and be happy
>>
File: systemd-devours-all.gif (4MB, 426x284px) Image search: [Google]
systemd-devours-all.gif
4MB, 426x284px
>>61681524
>it follows the unix philosophy of make one simple program rather than two complicated ones

File: images.jpg (7KB, 225x225px) Image search: [Google]
images.jpg
7KB, 225x225px
>tfw the Associated Press got rid of their rss feeds

Anyone know any good news source for rss?
29 posts and 3 images submitted.
>>
Get off the internet, Grandpa.
>>
>>61681490
Sharing my opml file https://u.teknik.io/YbJw5.opml
>>
>>61681539
>implying rss isn't still amazing
This mentality is actually why AP is getting rid of their rss. They're moving everything to some new twitter or normiebook shit. Newfags please go

File: 1501108038243.jpg (3MB, 3350x2143px) Image search: [Google]
1501108038243.jpg
3MB, 3350x2143px
Is there a browser that meets the following?

*No botnet (or could be disabled)
*customizable (security, aesthetic, addons)
*No botnet
*works
*wont break with winshit 8's high contrast themes
*doesnt have a built in non disableable botnet ffs

Asking for a friend
50 posts and 10 images submitted.
>>
File: 1501414690412.jpg (9KB, 261x217px) Image search: [Google]
1501414690412.jpg
9KB, 261x217px
>>61681342
I'd say chrome
>>
>>61681367
Ungoogled chromium is the correct answer.
>>
Netrunner

File: 20170801_213317.jpg (1MB, 2048x1152px) Image search: [Google]
20170801_213317.jpg
1MB, 2048x1152px
goodbye my lover
14 posts and 1 images submitted.
>>
>>61681120
install gentoo
>>
Imstall CloverOS
>>
>>61681281
shut uppppppppppppppppp
kali linux 4 lajf

Screenfetch / neofetch / desktop thread, none around. Let's see what there is. It's also a thinly-veiled attempt at seeing how long it is till the regulars show up.
13 posts and 8 images submitted.
>>
uwu
>>
>>
Hello

File: 201606309322239menyh.jpg (123KB, 1000x1000px) Image search: [Google]
201606309322239menyh.jpg
123KB, 1000x1000px
How good is this fitness tracker? Any users to share an experience?
16 posts and 3 images submitted.
>>
>>61680839
My dad has one. His doctor was able to diagnose a heart attack en course with the data.
So if You ask me if it's any good I say it's fine.
>>
>>61680839

I've got one. Basic rundown:

> recording of both my steps and distance tallies with my gf's fitbit, so it seems accurate
> battery lasts for 3-4 weeks on a charge, which is much longer than my gf's fitbit
> wear it in the shower with no problems, which my gf can't do with her fitbit
> I'm not entirely convinced by the heart rate monitor

Overall I'm hugely impressed for 15GBP. I might buy another now just in case this one stops working or anything.
>>
There might be a MiBand 3 coming out sometime, but I'm not 100% sure about the release date.
>>61680992
In my experiences the battery lasts 2 weeks approximately. Also when the bands accuracy changed a lot over the course of my ownership. (About 1 year.) However firmware updates have fixed that. Those are the only 2 hang ups, everything else is great.

File: Webp.net-compress-image.jpg (2MB, 4640x2610px) Image search: [Google]
Webp.net-compress-image.jpg
2MB, 4640x2610px
Hey /g/entoomen,
I have access to these computers through my school, they're all i7 920s. What kind of interesting stuff can I do with them? Preferably some sort of distributed computing or VM type stuff, how can I make one manage all the rest?
12 posts and 1 images submitted.
>>
>>61680713
Paperweights.
>>
Lian Li v1200s? Those cases were legit. Solid all aluminum. I'd strip the hardware for those.
>>
>>61680713
Can be turned into a cheap LAN party if you shove some GPUs in there.

File: no_firefox.jpg (132KB, 410x410px) Image search: [Google]
no_firefox.jpg
132KB, 410x410px
I'm so fucking done with this POS cuckware. Should I switch to Brave?
15 posts and 5 images submitted.
>>
Stop shilling, Brendan.
>>
>>61680596
Yes, switch to brave.
t. Owner of 35K BAT
>>
File: Shrug.gif (326KB, 500x282px) Image search: [Google]
Shrug.gif
326KB, 500x282px
Honestly your call here, not sure what this has to do with us.

Pages: [First page] [Previous page] [1147] [1148] [1149] [1150] [1151] [1152] [1153] [1154] [1155] [1156] [1157] [1158] [1159] [1160] [1161] [1162] [1163] [1164] [1165] [1166] [1167] [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.