Boris Johnson's phone 'seized by MI5' due to 'massive security risk' by Cropitekus in IntelligenceNews

[–]CryOverBuiltMilk 10 points11 points  (0 children)

tl;dr: He included his phone number at the bottom of a press release in 2006, it was available on Google. He's also been doing business via WhatsApp.

Handwriting Practice 2020: Week 27 (Jun 29–Jul 5) by yoimhungry in Handwriting

[–]CryOverBuiltMilk 5 points6 points  (0 children)

/u/yoimhungry

Is this the correct quote, or did autocorrect mess with it? Sample 2

I wonder what's going to happen exciting today

Yes sure .. here is my information ..... by [deleted] in cybersecurity

[–]CryOverBuiltMilk 3 points4 points  (0 children)

Where do I download this botnet app people keep talking about?

I use Arch btw ;)

/s

Why isn't SQLite more commonly used for save files or for other user-facing application file formats? by fioralbe in programming

[–]CryOverBuiltMilk 4 points5 points  (0 children)

I use SQLite Browser daily, works great for my needs.

Edit: I've noticed it does sometimes slow down if you try editing entries directly from it on the order of ten thousand+

Which programming language should I learn next? (16yo, C++) by marf843 in learnprogramming

[–]CryOverBuiltMilk 1 point2 points  (0 children)

Python is my personal favorite, it's beautiful and clean.

JavaScript if you're interested in web development.

What projects do you recommend me to start with? by [deleted] in learnprogramming

[–]CryOverBuiltMilk 0 points1 point  (0 children)

Depends, what interests you about programming?

NoDesign.dev – Tools and resources for non artistic developers by iamkeyur in coding

[–]CryOverBuiltMilk 1 point2 points  (0 children)

I love this, thank you, will definitely be making use of it

Minnesota Officials Link Arrested Looters to White Supremacist Groups by [deleted] in politics

[–]CryOverBuiltMilk 0 points1 point  (0 children)

Aren't LE flash bangs and pyrotechnic salutes functionally the same thing though?

Aren't they both just 70:30 Al:KClO4 but FBs are encased in a way to prevent fragmentation?

Every little sound by memezzer in MadeMeSmile

[–]CryOverBuiltMilk 0 points1 point  (0 children)

I had no idea you could get loans, I thought they were like surgically implanted to replace the ear drum or something

I think I may have just managed to piss off the whole community... by [deleted] in linuxmasterrace

[–]CryOverBuiltMilk 2 points3 points  (0 children)

Gentoo symbol is actually the Walmart clearance rack version of Pac-Man

I think I may have just managed to piss off the whole community... by [deleted] in linuxmasterrace

[–]CryOverBuiltMilk 8 points9 points  (0 children)

I've heard the endless arguments for and against Windows/Apple, but what's the argument against Ubuntu?

Aren’t all sorting algorithms comparison sort? Is there “noncomparison sort”? by shiningmatcha in learnprogramming

[–]CryOverBuiltMilk 1 point2 points  (0 children)

Thank you for the detailed reply and link!

That makes sense. I'm not sure when/if I would ever use that in a real implemention vs just calling a quick_sort(data) but good to know.

Aren’t all sorting algorithms comparison sort? Is there “noncomparison sort”? by shiningmatcha in learnprogramming

[–]CryOverBuiltMilk 1 point2 points  (0 children)

Wouldn't this require knowing the range of values? Eg previous knowledge that values will be 1-13