Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
cowboy beepboop
Feb 24, 2001

I am in posted:

oooh, I meant to ask in the other thread about semantic web but it got closed


is the future semantic web going to let me open my phone and see both facebook AND twitter in the same list?

cos that would really be something

I bet it will make use of some really amazing languages

wp7 does this already hth

Adbot
ADBOT LOVES YOU

cowboy beepboop
Feb 24, 2001

Janin posted:

she would be way back in line, with all of google engineering up in front.

half of us basically converted to thunderbird/mail.app overnight

thunderbird is just so bad

cowboy beepboop
Feb 24, 2001

i tried sparrow but it cant cope with threads with more than like 200 emails without either fragmenting them or locking up

cowboy beepboop
Feb 24, 2001

when can i just use python instead of javascript

cowboy beepboop
Feb 24, 2001

tef posted:

http://nodephp.org/

no. no..

cowboy beepboop
Feb 24, 2001

everyone please stop writing perl

cowboy beepboop
Feb 24, 2001

Casao posted:

no

ok good discussion

every perl i have ever seen has been incomprehensible soup

cowboy beepboop
Feb 24, 2001

MEAT TREAT posted:

I never used it after school :(

Really liked Cal 3 and Diff Eq, fun stuff.

yeah me too. also the advanced circuits classes that used that stuff frequently

cowboy beepboop
Feb 24, 2001

Necc0 posted:

ask me about having an academic adviser who couldn't speak english and telling me to take diff eq the same semester as calc 1 :buddy:

she was eventually fired and i had to take an extra two years of college!! yes!

my first calc course has PDEs sorry about your pre-university education

cowboy beepboop
Feb 24, 2001

TiMBuS posted:

a rly fuckin nice web framework thing im currently using is perl w/ mojolicious. if youre tired of an epically bad language like php, try it out

looks cool. reminds me of flask

cowboy beepboop
Feb 24, 2001

Shaggar posted:

there are no good linux text editors. they all suck. vim is poo poo and emacs is poo poo

cowboy beepboop
Feb 24, 2001

multigl posted:

I'm loving sentry and raven for python.

how did i not know about this :(

cowboy beepboop
Feb 24, 2001

I am in posted:

and what's with every research language having a hardon for overloading the EqualsOrGreaterThan operator?

why does c++ apparently bitshift cout() by "some string" what a terrible idea. apparently it's an 'insertion operation' gently caress you c++

cowboy beepboop
Feb 24, 2001

TiMBuS posted:

today i dusted off an old gui script that wasnt working and made it work again. this is what it does:


which one of us accomplished less?

awesome

cowboy beepboop
Feb 24, 2001


:3:

cowboy beepboop
Feb 24, 2001

vapid cutlery posted:

i can see people having huge ideological wars about templating systems and how far the template's responsibility goes

http://lucumr.pocoo.org/2010/12/5/not-so-stupid-template-languages/

cowboy beepboop
Feb 24, 2001

rotor posted:

its suited to me not having to learn php

same but i'm doing everything in my power to avoid learning javascript. compile python to javascript eery day

cowboy beepboop
Feb 24, 2001

i lied i haven't tried that yet

cowboy beepboop
Feb 24, 2001

:q:
Python code:
@JSVar("jQuery")
def ready():
    jQuery('h1').click(on_click)

@JSVar("jQuery", "Math.random", "Math.floor")
def on_click():
    if jQuery('#when_clicked').html():
        r = Math.floor(Math.random() * 255)
        g = Math.floor(Math.random() * 255)
        b = Math.floor(Math.random() * 255)
        color = "rgb(%d, %d, %d)" %(r,g,b)
        jQuery('#when_clicked').attr('style', 'background-color: ' + color)
    else:
        jQuery('#when_clicked').html("you clicked it!")

jQuery(ready)

cowboy beepboop
Feb 24, 2001

Meiwaku posted:

Walked over to the new hire's desk and watched him try and code C in notepad.exe
Wanted to cry

used to code c in nano/pico due to that's how my intro to c course was taught. gently caress you intro to c course. also c.

cowboy beepboop
Feb 24, 2001

Jonny 290 posted:

we have db people anyawys. im doing weekend poo poo so i get all the mistakes out without a paycheck being on the line

have you considered python and sqlalchemy hope this helps

cowboy beepboop
Feb 24, 2001

Symbolic Butt posted:

why do people even bother trying to program python on windows

because installing a new os just for writing some scripts is p dumb

cowboy beepboop
Feb 24, 2001


microsleeps are dangerous and another reason humans should never drive cars

cowboy beepboop
Feb 24, 2001

EVGA Longoria posted:

sublime text 2 owns so much i bought a license

i'm tempted. tell me your favorite things about sublimetext2 so i discover new features thanks

cowboy beepboop
Feb 24, 2001

sublime text 2 for simple stuff / your own code and pycharms for other people's code

cowboy beepboop
Feb 24, 2001

getter/setters are the worst

cowboy beepboop
Feb 24, 2001

TONSIL HOCKEY posted:

i have thrown in the towel

i literally transfer my code to windows to use the windows github application to commit. it owns and it's not full of spergy bullshit like command line git (oh you're NOT using ssh to commit these changes? well you have some spergy bullshit to do my friend!)

git is pretty spergy by itself i don't think you can get away from that

cowboy beepboop
Feb 24, 2001

i'm learning haskell :3:

cowboy beepboop
Feb 24, 2001

cowboy beepboop
Feb 24, 2001

Jonny 290 posted:

lol

i guess i should not put in temporary things like this

code:
my $ftp = Net::FTP->new($site) or warn "this aint' happen" && die  ;

lol perl is so ugly

also ftp in tyool2012

cowboy beepboop
Feb 24, 2001

i have a pretty good experience with xaml until i tried to make my app look native

then the visual difference between wpf and whatever people program windows in C or C++ and say hwnd a lot use was pretty obvious and glaring

cowboy beepboop
Feb 24, 2001

well you see if you use swing you can make your apps looks terrible and sickly grey and purple across all platforms

cowboy beepboop
Feb 24, 2001

Jonny 290 posted:

perl's a good hammer if you need to drive nails
its poo poo for gui or efficiency stuff

but it is really does seem to be the best glue code language out there

i had to replace some perl glue code due to changed requirements, i did it with python and it was 4x as fast and way more readable hth

basically taking some netflow data, doing some massaging and shoving it into a database, pretty straightforward stuff too. sqlalchemy was way quicker than raw sql in the perl code for some reason

cowboy beepboop
Feb 24, 2001

rotor posted:

which means that this:



    map (λ x: x, [1,2,3])

    def foo(e, a):
        if e ∈ [1,2,3] ∧ ¬a:
            return √(π)
        else:
            return ∑([1,2,3])


is more legible than this


    map (lambda x: x, [1,2,3])

    def foo(e, a):
        if e in [1,2,3] and not a:
            return math.sqrt(math.pi)
        else:
            return sum([1,2,3])

omg i love it

cowboy beepboop
Feb 24, 2001

tef posted:

have you seen pdf.js ?

they tried to use svg but it was slower than canvas and they'd have to reimplement text selection atop

https://people.mozilla.com/%7Ecjones/PDF.js-mozilla-vision-japan-2012.pdf

loool

Only registered members can see post attachments!

cowboy beepboop
Feb 24, 2001

so with all the erlang chat are there any open source pbx/telephone things actually written in erlang that are good?

I found this bad boy, yxa, but it appears no one actually uses it or it's very unpopular

cowboy beepboop
Feb 24, 2001

Malcolm XML posted:

rust's cool, it's memory model is a step forward but the syntax is garbage

rust's syntax is about the least intuitive thing I've seen

cowboy beepboop
Feb 24, 2001

Shaggar posted:

wpf replaced windows forms. its xaml

the ~~data binding~~ is nice i like that part

cowboy beepboop
Feb 24, 2001

tef posted:

shameless self promotion, but i've put another mechanically recovered post up

about spolsky

http://programmingisterrible.com/post/39726288528/hungarian-notation-security-by-anecdote

atwood, you're next.

noice

Adbot
ADBOT LOVES YOU

cowboy beepboop
Feb 24, 2001

lol at being mad at python because you can't use your ~~unique handcrafted formatting~~

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply