User Controls

  1. 1
  2. 2
  3. 3
  4. ...
  5. 743
  6. 744
  7. 745
  8. 746
  9. 747
  10. 748
  11. ...
  12. 830
  13. 831
  14. 832
  15. 833

Posts by Lanny

  1. Lanny Bird of Courage
    "xkinder"

    Oh jesus, I don't even want to know.

    Also something worth mentioning: stegano is not a cryptographic strategy, it's not really an academic field and we have no good reason to believe any stegano scheme thus far presented represents a real obstacle to a determined attacker. You shouldn't depend on it to obscure illegal activities. Probably works to slip things under the noses of mods on molester chan but you should operate on the assumption LEO can see right through it.
  2. Lanny Bird of Courage
    So you have a .sql file and you're trying to turn it into this format? What SQL dialect is it? The obvious approach would be execute the sql file against the appropriate database (so like if it came out of mysql, run it against mysql) then use a scripting language with binds to that database to read the info back out and write to the format you're looking for. I'd try sqlite to start because it's part of the python standard lib, you can build dbs in memory, and you don't need an external server (which can be a pain in the ass to set up and you'll have to manage state between runs).

    Your alternative is pretty much to try to parse the SQL and extract the data directly. If your sql is very homogenous you could do some simple ad hoc string splitting but any robust solution necessitates a pretty complex parser (I mean maybe not that complex as parsers go, but building any parser from a formal language is, uhh, it's a well understood problem but there's just a lot to learn in that space).
  3. Lanny Bird of Courage
    no I'm not, I'm only going to have one more drink. plus I've been seeing a girl that likes me

    Nothing says "let's get sober" like long blocks of time doing nothing and new relationships
  4. Lanny Bird of Courage
    take a little time to handle my alcoholism

    Bill Krozby, you're a retard and surely deserved to be fired but within the field of bad ideas this one is above and beyond. You're going to end up on an N week bender wherein you burn all your money, contract yet another VD, and generally fuck your situation further.
  5. Lanny Bird of Courage
    Simpsonwave is the shit. It sounds how I feel sometimes when the long lasting benzos have build up in my system and I then do other drugs. "Bart on the road" is a good song.

    Oh man, someone posted some the other day I was like "wut" but I can't stop listening.



    It's like objectively pretty trash production but it kinda feels like com truise meets tycho
  6. Lanny Bird of Courage
    I really want to read the rest of those comics, but it's just a bit too pretentious for me. I can't stand philosophy nowadays anyway.

    This is probably going to make you want to read it less but I love existential comics and highly recommend it
  7. Lanny Bird of Courage
    Never once found drugs.

    Those posts from LSD about finding all those drugs, rerolling a bunch of roaches, that shit cracked me up.
  8. Lanny Bird of Courage
    Borderland/2 is the best grind around. It's soul crushing but it's like eve, you need spreadsheets and a little skill to do it. Killing floor (only the first one) is nice if you want a mix of slow and twitch.

    Try rust if you love frustration and the worst of the human condition.
  9. Lanny Bird of Courage
    :o

    Figure out what these pictures mean




    Because of ashley's low self esteem you managed to pressure her into making a runescape account to have cybersex. however runescape doesn't have that so the closest you could get is talking her into standing by a well which represents a vagina and taking screen caps.
  10. Lanny Bird of Courage
    Everyone knows successful emo is synonymous with twinkly guitars.

    There are no twinkly guitars

    ergo you will fail to make successful emo
  11. Lanny Bird of Courage
    4 responses and no answer, nice work guys.

    A lot of people actually work 7 days week at a single job, and multiple shifts at that. You seriously are fucking dense.

    Google says there's a law against more than 6 consecutive days of work, which seems reasonable. Why would I be dense for not knowing this?
  12. Lanny Bird of Courage
    Is the implication that like they only get one day off per week instead of a two day weekend? Or does every day off count as "my day off"? Also do people actually work 6 days a week at a single job? I thought there were labor laws about that kind of thing.
  13. Lanny Bird of Courage
    Bill Krozby, why are you making an angry thread on niggasin.space about what middle school teachers tell their students about maturity?
  14. Lanny Bird of Courage
    You just gave me the aevice to choke myself if a bad thought pops up before 10pm. Hahaha. LOL.

    Do you life like that?


    Yeah, but he only chokes himself as a reward for doing something good, like not totally butchering trying to play a megadeth song for the hundredth time in a day.
  15. Lanny Bird of Courage
    There's pretty much one thing in my life where if I do it I feel fundamentally fulfilled and if I don't I hate myself with a passion. Sometimes I just get in a slump, or get lazy, and it can be hard to dig myself out of a hole like that. The only way I ever feel better is by just white knuckling it until I'm back in a good place, but often the first step to getting there is distraction. Easy things where there's a definite success condition help, usually small, something I can get done in minutes to an hour or two. Stuff like doing the dishes I've let pile up, doing a fixed amount of exercise, or reading a given number of pages of a book each day and give a sense of progress. Even if it's not really the thing I want to be doing with my life, setting goals and following through on them can give a sense of confidence you sometimes need to get out of a bad place.
  16. Lanny Bird of Courage
    hands down the smartest living human
  17. Lanny Bird of Courage
    Prompt riching? You mean like expansion? Or customisation?

    Just the prompt line, like the jazz that precedes the "$". It includes git branch info, vim-mode status readout, and a custom notation I use to orient where I am. cwd in my prompt cuts off after 24 characters so on an 80-wide terminal it's still readable, but I work on like 3 different SVN branches with a deep file hierarchy so it's hard to tell at a glance which branch I'm on. So if I'm in one of those SVN branches it reads out a compact breakdown of which branch and part of the hierarchy I'm in.

    Also, that's a good thought, just write your own shell, makes you appreciate the complexity of the shell as a whole i imagine. In general, what language is a shell written in? I know i've seen them in all kinds of languages. But for some reason i tend to imagine a proper shell isn't written in a high level language, even though it's possible to make system calls in python for example.

    Most your classic shells (bash, borne, ksh) and bash-like shells (zsh, fish) are written in C. There isn't any particular reason really, OSs are still largely written in C and a shell's pretty much the first userland program you're going to write so chances are a given shell author is going to be a C programmer. Also the OS docs are going to be in C if anything and you work with them a lot in writing a shell. Also on resource constrained systems spinning up an interpreter for each shell could be prohibitive.

    There are plenty of examples of shells written in high level languages, but none are particularly popular as far as I'm aware.

    vBul is super simple to setup. My point is it hurts the admin's credibility as a tech guru when he fails to address some of his own site's shortcomings. If that doesn't matter, then it doesn't matter. Nothing we discuss here really matters anyway.

    I'm not particularly concerned with my credibility as a tech guru, I've only ever claimed to be a code monkey. I'll also point out I didn't write vB5, and PMs being busted isn't a config issue.
  18. Lanny Bird of Courage
    Like that. You can be so autistic,

    So what? How does something being like something in a movie serve as evidence it's a reality?

    "Hey, birds started attacking and killing people!"
    "That's stupid, why would they do that? I can't see any birds doing that anywhere"
    "No man, it's actually happening. It's like that movies The Birds!"
    "yeah bro, good argument, I'm going to go buy a hokey mask and make a flamethrower out of an aerosol can to fight them off when they come"
    "good idea dude"

    Do you want me to dig up medical/legal records?

    I would consider that pretty strong evidence for the idea that umbilical-cord-still-attached rape has happened, I don't have any particularly strong desire to confirm or deny such a claim however.

    Is it really so hard to believe that in a world this large and depraved it's bound to have happened?

    No, it's not really that hard to believe but then unicorns aren't particularly hard to believe in either I just don't have any good reason to do so.
  19. Lanny Bird of Courage
    No, this actually happened. Have you seen "A Serbian Film"? It was likely just like that, unless the anus was too small (maybe they just used the tip or they used something else to penetrate it.

    You realize a Serbian Film is fiction right? And how could you possibly know if it's happened or not?

    Why must you doubt me, Lanny?

    To be clear I'm not doubting any such interview exists, but at very best we have the non-binding testimony of one person on a sensationalist doco and absolutely no way of verifying the truth of his claim. I'm not saying it's beyond possibility, I'm saying we have basically no evidence to judge by, definitely not enough to confidently say "it actually happened".
  20. Lanny Bird of Courage
    Anyone ever tried a sensory deprivation tank before? Just found out there's one a couple of blocks from here, thinking about giving it a whirl, might be fun.
  1. 1
  2. 2
  3. 3
  4. ...
  5. 743
  6. 744
  7. 745
  8. 746
  9. 747
  10. 748
  11. ...
  12. 830
  13. 831
  14. 832
  15. 833
Jump to Top