You PIN must contain 1 prime, one even number, one odd number and one triangular number.
Home
Public posts preserved on my own site.
All the ATM PIN numbers have been leaked! Run this & check to see if your PIN is on the leaked list & hurry up & change it a better one! https://x.com/mistersql/status/864450724310155264
function codes(){
var pin;
for(x=0;x<=9999;x++){
pin ='0000'
pin = pin + x
console.log(pin.substr(pin.length-4))
}
}
codes()
I'd watch this movie, the first robotic president implemented in R rejected for low α by a congress also made of robots implemented in R. https://x.com/InternetHippo/status/864301981875265537
Buy avocado toast in D.C. Sell it for double in NYC. Live in the discarded rinds.
How can the customer facing UI fail, but the service desk UI work? I'm imaging call center staff furiously typing SQL directly into psql.
I'm serious-I want to get these airplane tickets bought. I'm reading the source code & found
.addClass("ffs")
Yeah, for F's sake, is right
Customer service? Yes? Please send me the servers logs, I'm getting "502 Bad Gateway nginx" so it appears I need to fix your code.
Vacuous documentation award for the day:
Params (dict)-The parameters normally passed to ClientMethod
That's it, no mention of what keys
No, patching might break an app. Lets leave all the servers unpatched. I've been in 2 shops where that was policy. https://www.washingtonpost.com/world/hospitals-across-england-report-it-failure-amid-suspected-major-cyber-attack/2017/05/12/84e3dc5e-3723-11e7-b373-418f6849a004_story.html?hpid=hp_no-name_no-name%3Apage%2Fbreaking-news-bar&tid=a_breakingnews&utm_term=.5ddff4d2b16d
All the travel advisories about England are about rainy weather. I want to read about post Brexit marmalade shortage riots.
I clicked "Edit" and I still have to fetch my own coffee. I'm going to file a bug on this. https://x.com/mistersql/status/862770709516386305/photo/1
user1 is not in the sudoers file. This incident will be reported.
U did bad & u should feel bad. Have u ever been told u look like a llama?
With a bluetooth keyboard, airplay dongle and VNC I think I can turn my phone into a (terminal) laptop using a hotel TV.
How are you getting your laptop to England?
Corp ethics training "When in doubt, kick the decision up the chain of management" 'cause the higher in mgmt, the more ethical the behavior
REDIS. Because w/global keyword u only created races w/ threads on 1 machine. With REDIS you can create marathons of races across machines
META: I want twitter to make vowels free.
Never doing OS patching
What are y'all using to learn Taiwanese Chinese? I want to go in 5 years.
#IFTTT rule: Add all @BoredElonMusk ideas to the company's Jira.
https://ifttt.com/discover
# Typing/Spelling tutor in 2 tweets
import subprocess as p
def s(w, q=0):
if q==1: print(w)
http://p.call(["say",w])
return w
z="a dog"
for t in s(z).split():
s(t)
while 0 if input()==t else s(t,1):
pass♡ 0 ↻ 0
What was the big deal about Silk Road when Craigslist offers all the same wares? Craigslist is like an arnarcho-libertarian dream.
Need a survey on what system you are using to manage todo systems. I got TODO items in Jira, Outlook, iphone, source code, etc, etc. https://x.com/mistersql/status/860894061812752385
What are y'll using for TODO management
The four year old says the city needs a pizza library where you can check out a pizza.
I'm learning why prev bosses (no not you, the other ones!) blew off purchase reqs, training reqs, etc. This stuff is time consuming & hard
With Trumpcare and Pence family law (no abortions) an unplanned pregnancy would bankrupt young single moms. https://x.com/steverattner/status/859493919981281282
First evidence that time travelers are mucking with history. https://x.com/vcsjones/status/860113301430259712
Where are you all finding your Greek coffee?
I'm a new dev, I came to this strange db
Hoping I could learn a bit 'bout REDIS for f's sake
But since I came here, reading code is all fear
Finding myself making every possible mistake♡ 0 ↻ 0
From this hearing, what I see is the FBI'll investigate all future candidates & become the new king makers depending which they reveal.
They are a threat to Democracy.
♡ 0 ↻ 0
Learning how to use taxi apps. It is going to be a bear swimming to the pickup point. https://x.com/mistersql/status/859560536505278464/photo/1
Me finding out I said something dumb on StackOverflow 8 years ago https://x.com/mistersql/status/859513284705361923/photo/1
Searched help for "how to turn off all these goddamn notifications." Nothing. I'm pretty sure that was a predictable help query.
What do the style guides say about using 🤷vs <shrug> vs ¯\_(ツ)_/¯
He was born with the -v switch.
The glory days of teaching kids basic, here is the Let's Learn Basic (Atari dialect) http://ln.is/www.atarimania.com/d/nqqZw Good memories. https://x.com/rpgove/status/859170012216557570
# code base has adopted another puppy.
log = logging.handlers.RotatingFileHandler('fido.log')
log.doRollover()
ref http://docs.python.org.ln.is/ugPW2
Crazy talk, but bear with me, what if logging was a 1st class data store & not a repository for a stream of $#!+. Maybe help w/debugging?