The Official Status Thread


  • FoxDev

    @mott555 said:

    I need a roll of duct tape to celebrate.

    Status: disappointed. I just searched amazon for "N7 Duct Tape" and got 0 relevant results...



  • @accalia said:


    // …
    diff = Math.abs(diff);
    if (diff > -0.1){ //Chosen arbitrarily as the go slow point
    // …

    Is this really going to do what the original coder thought it would do?


  • FoxDev

    it appears not....

    :headdesk:

    that backslash is accidental.... but i like what it does.



  • @accalia said:

    it appears not....

    :headdesk:

    <ins> that backslash is accidental.... but i like what it does.

    Saw that ninja happening in real time.

    It has a cool effect indeed. The fact that the effect survives Disquoting is... disturbing.



  • @accalia said:

    Status: disappointed. I just searched amazon for "N7 Duct Tape" and got 0 relevant results...

    Search for emergency induction ports. They come quite handy when celebrating ;)



  • TODO: Look up what Invalidate does exactly in Windows forms and why you would trigger a reload of data displayed in a treeview when it happens and why it can lead to an endless loopy mess if you add a container element around it.


  • kills Dumbledore

    And once again I find myself using dotPeek to work out why instantiating an object Sage throws an exception. These guys really need a QA department



  • Status: This post is now Pinked. It will be displayed as a Pink post.



  • ARE WE RETlTLING THE TOPIC WITH RED GREEN QUOTES IN ALL CAPS NOW?



  • How to say the name of this site in lojban:

    la'o gy. The Daily WTF .gy.
    la tididubyliuti,ef.
    fliba xagme'a


  • BINNED

    Status: Finally on the way home, a bit later than usual. A bunch of trains got canceled so this thing is full to the brim.

    In slightly more entertaining news, the whole virus disaster thing might turn out to be more interesting and fun than initially imagined. Might take a while to develop, but I might be saving this one for... purposes. So, no more updates until further notice.



  • @FrostCat said:

    Interesting. You don't have the firemen check the building to make sure everyone's out, in your country?

    Not for every drill. We have volunteers in each corridor to remind eveyone to leave, but they are not supposed to do anything more.



  • status put on the summer tires on the other car. 30 minutes including bringing out the tools and tires and cleaning up afterwards. Nowhere near 6seconds \forall, but not bad considering I'm not a formula 1 mechanic...


  • Discourse touched me in a no-no place

    Related to current topic ("status: I'm a man but I can change if I have to I guess"):

    https://youtu.be/cNvEWxbLSEA



  • @Onyx said:

    the whole virus disaster thing might turn out to be more interesting and fun than initially imagined.

    Oh? 🕶
    @Onyx said:

    So, no more updates until further notice.

    Oh. 😞



  • Are there also storms over in Croatia?

    Short-distance trains are getting cancelled all over Germany - luckily, I wasn't affected.



  • @aliceif said:

    Are there also storms over in Croatia?

    Short-distance trains are getting cancelled all over Germany - luckily, I wasn't affected.

    Here in Belgium it's also pretty windy. When cycling to work this morning, I almost got blown into the meadow next to the bicycle path.


  • Garbage Person

    Best bet is to pay the ransom.


  • FoxDev

    @Onyx said:

    Might take a while to develop, but I might be saving this one for... purposes. So, no more updates until further notice.

    hmm...... how many popcorn.gifs should i collect for this one? from the sound of it should be a fun one to watch.


  • BINNED

    @aliceif said:

    Are there also storms over in Croatia?

    Short-distance trains are getting cancelled all over Germany - luckily, I wasn't affected.

    No, just idiots running railways, the weather is actually pretty nice today.

    @accalia said:

    hmm...... how many popcorn.gifs should i collect for this one? from the sound of it should be a fun one to watch.

    I'm still debating if I'll live-post this or wait for it to finish. I'll decide in the next two days when I see if there will be enough fun for updates in chunks or not.



  • How much do the crypolocker-esque group want to unlock now anyway? Something like 20 BTC?


  • BINNED

    @JazzyJosh said:

    How much do the crypolocker-esque group want to unlock now anyway? Something like 20 BTC?

    I'll know tomorrow, managed to find the source, will run it in an isolated VM and see what kind of pretty screen they made.


  • BINNED

    Status: just spent 15 minutes yelling at git which claimed I'm up-to-date and looking at a file which was clearly the old version.

    I was looking at the wrong tab... :headdesk:



  • @RaceProUK said:

    @accalia said:
    @RaceProUK said:
    SockBot doesn't have a Markov chain generator module

    yet

    …must…resist…temptation…to…write…module……………resisted.

    You know you want to.

    Filed Under: Goading a pup



  • Status: being annoyed by Git "conflicts" that are all trivially solvable if only Git knew anything about how the .csproj file format worked.





  • So they switched from a wrong merge strategy to a slightly-less-wrong merge strategy.

    Look, the solution to this problem is simple: are you adding a .cs file to the .csproj file? DOES THE FILE EXIST? Yes? No conflict.

    Are you removing a .cs file from the .csproj file? DOES THE FILE EXIST? No? No conflict.

    Are you adding a file that doesn't exist or removing a file that does? Ok, maybe flag a problem here because that's almost certainly not what the user intended.

    I'm always amazed at the half-assed-ness of open source developer types.



  • Why does the csproj file even need to exist, then? If the existence or non-existence of a file is all you need to know, why do you need a giant XML file containing the names of the files that exist and don't not exist?



  • Starting tomorrow, the main entrance remains badge access only followed by badged turnstiles literally 2 feet in front of the doors :wtf:


  • FoxDev

    @ben_lubar said:

    Why does the csproj file even need to exist, then? If the existence or non-existence of a file is all you need to know, why do you need a giant XML file containing the names of the files that exist and don't not exist?

    Because the XML file also tells MSBuild how to build and package the file 😛



  • @ben_lubar said:

    Why does the csproj file even need to exist, then?

    Well like the man says, it'd make more sense if the .csproj format had a wildcard-type of entry. And maybe it should have that.

    But that doesn't change the fact that resolving .csproj conflicts is trivial if you understand anything about the file format. They're just too fucking lazy to go outside of the bounds of what Git's already implemented.

    There's a few bits of meta-data in there about files-- for example, if you have a code-behind, the meta-data in the .csprog file is how VS tells what it's a code-behind for, so it can display correctly in the Solution Explorer.



  • @ben_lubar said:

    why do you need a giant XML file...?

    Because enterprise...



  • @ben_lubar said:

    why do you need a giant XML file...

    Makes more sense to me than a plain text file where spaces and tabs mean different things.



  • Hey, it was the 1970's, nothing in computer science made sense at the time! You can take my makefiles out of my cold dead hands!


  • FoxDev

    @accalia said:

    http://what.thedailywtf.com/users/accalia/activity/posts

    Had a look at that (and the various JSONs I could find from it); doesn't have the post contents 😢



  • Status: generating Markov chains from the contents of wiki memes:

    This is a barrier to reading Snarky response to WTF community Server forum topics presenting a triforce on 4chan.

    ­

    Clbuttic origin:better; she is most notably XML.

    ­

    Post count is an overcomplicated away pretty quickly.

    And my favourite so far:

    Discourse has been used for emphasis in response to WTF code.


  • BINNED

    Status: Wondering about status of people up north. Just glanced at the news, seems it was one big, nasty storm. All we got here was some light rain.

    That's right of the pond, before all the 'muricans stumble in here confused.



  • @Onyx said:

    That's right of the pond, before all the 'muricans stumble in here confused.

    Lake Washington?


  • FoxDev

    Status: The DNS has propagated!

    http://isitjustmeorservercooti.es/


  • BINNED

    Well, I guess we'll be able to get the first version up tomorrow :)

    Tomorrow my time anyway, I'm done for the night. Wanted to make the spin button toggle the spinning but I'm too tired right now to try and test catching it 😆



  • Everything fine where I live AFAIK.



  • $('#spinAllTheThings').trigger('click');
    

    ??



  • Status: Just applied for a job online. Potential employer is, well, let's call them Company X. Registered on Company X's web site to apply for a specific job. Log in using LinkedIn. Ok. Give them permission to access LinkedIn profile. It filled in most of the info; just had to create a password. Used KeePass to generate a strong password.

    Redirected to actual job application. So far, so good.

    Another login page? I just did that. Oh, well; provide email address and password. Doesn't match. Try again. Doesn't match. Huh? Request password reset. Read TDWTF while waiting for email with reset link. No email.

    Turns out this isn't Company X's web site any more; it's an "HR solutions provider" with a completely separate login account. Log in with LinkedIn again; create another new password. At least they tell you what their password validation rules are: At least 2 characters ⁉⁉⁉ No more than 18 characters — well, there go my usual KeyPass rules. No spaces or Unicode characters. I assume they mean no Unicode characters that aren't also ASCII characters, but :facepalm: (No, I didn't try ASCII control characters, Latin-1, shift-JIS or other non-"Unicode" characters. I wanted to apply for the job, not try to break their website.)

    Finally get to the actual application. Mostly filled in from my LinkedIn profile. Fill in address and phone. Submit. Sorry, required fields not supplied. Scroll... scroll. Oh, there's another section, where they want information THAT'S ALREADY BEEN FILLED IN in the other section of the form. They also want my most recent GPA. I graduated over 25 years ago; it's not remotely relevant, and I don't frigging remember, but it's required and blah blah if I supply false information on the application. I think the number I put there is accurate to the number of significant digits I supplied (1).


  • FoxDev

    status:

    accalia_de_elementia@sockdev:~/workspace/SockSite (master) $ npm isntall --save request
    request@2.54.0 node_modules/request
    ├── caseless@0.9.0
    ├── json-stringify-safe@5.0.0
    ├── forever-agent@0.6.0
    ├── aws-sign2@0.5.0
    ├── form-data@0.2.0
    ├── stringstream@0.0.4
    ├── oauth-sign@0.6.0
    ├── tunnel-agent@0.4.0
    ├── isstream@0.1.2
    ├── node-uuid@1.4.3
    ├── qs@2.4.1
    ├── combined-stream@0.0.7 (delayed-stream@0.0.5)
    ├── mime-types@2.0.10 (mime-db@1.8.0)
    ├── http-signature@0.10.1 (assert-plus@0.1.5, asn1@0.1.11, ctype@0.5.3)
    ├── bl@0.9.4 (readable-stream@1.0.33)
    ├── tough-cookie@0.12.1 (punycode@1.3.2)
    ├── hawk@2.3.1 (cryptiles@2.0.4, sntp@1.0.9, boom@2.6.1, hoek@2.12.0)
    └── har-validator@1.5.1 (commander@2.7.1, chalk@1.0.0, bluebird@2.9.21, is-my-json-valid@2.10.0)
    accalia_de_elementia@sockdev:~/workspace/SockSite (master) $
    

    wait.... what was that command i typed?

    accalia_de_elementia@sockdev:~/workspace/SockSite (master) $ npm isntall --save request
    

    ...

    isntall 
    

    ...

    THAT WORKED?!



  • @accalia said:

    isntall

    But wait, there's more! Order now and you'll also receive ...


  • FoxDev

    Confirmed:

    Status: Mind ≡ asplode


  • BINNED

    onyx47@socksite:~/workspace/SockSite (master) $ npm --help
    
    Usage: npm <command>
    
    where <command> is one of:
        add-user, adduser, apihelp, author, bin, bugs, c, cache,
        completion, config, ddp, dedupe, deprecate, docs, edit,
        explore, faq, find, find-dupes, get, help, help-search,
        home, i, info, init, install, isntall, issues, la, link,
        list, ll, ln, login, ls, outdated, owner, pack, prefix,
        prune, publish, r, rb, rebuild, remove, repo, restart, rm,
        root, run-script, s, se, search, set, show, shrinkwrap,
        star, stars, start, stop, submodule, t, tag, test, tst, un,
        uninstall, unlink, unpublish, unstar, up, update, v,
        version, view, whoami
    
    npm <cmd> -h     quick help on <cmd>
    npm -l           display full usage info
    npm faq          commonly asked questions
    npm help <term>  search for help on <term>
    npm help npm     involved overview
    
    Specify configs in the ini-formatted file:
        /home/ubuntu/.npmrc
    or on the command line via: npm <command> --key value
    Config info can be viewed via: npm help config
    
    npm@1.4.28 /home/ubuntu/.nvm/v0.10.35/lib/node_modules/npm
    onyx47@socksite:~/workspace/SockSite (master) $ npm isntall -h
    npm install
    npm install <pkg>
    npm install <pkg>@<tag>
    npm install <pkg>@<version>
    npm install <pkg>@<version range>
    npm install <folder>
    npm install <tarball file>
    npm install <tarball url>
    npm install <git:// url>
    npm install <github username>/<github project>
    
    Can specify one or more: npm install ./foo.tgz bar@stable /some/folder
    If no argument is supplied and ./npm-shrinkwrap.json is 
    present, installs dependencies specified in the shrinkwrap.
    Otherwise, installs dependencies from ./package.json.
    onyx47@socksite:~/workspace/SockSite (master) $ 
    

    It's... a built-in alias? :wtf:


  • FoxDev

    @Onyx said:

    It's... a built-in alias?

    apparently the developer of npm has trouble with that word too. :-D


  • FoxDev

    The guy who committed that change has this to say about it:

    npm is designed to do the right thing, even if you sometimes don't


  • I survived the hour long Uno hand

    There's a joke somewhere in there how node.js has to hand hold its users because JavaScript. But I can't find it.


Log in to reply