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.
 
  • Locked thread
Wheany
Mar 17, 2006

Spinyahahahahahahahahahahahaha!

Doctor Rope

Soricidus posted:

oh god no

“let’s make the = optional, or allow people to use : if they prefer. this will definitely make things more intuitive and not lead to confusion and fuckups” - an idiot hell fucker

we had a program that used these along with its own complicated key parsing convention to add nesting and maps. it was terrible

uh-huh. so you rolled your own property file parser and then added additional fuckery on top of that, so logically it is the file format that is at fault.

Adbot
ADBOT LOVES YOU

Main Paineframe
Oct 27, 2010
ugh, i think my problem was actually a race condition or something. the extra XML makes the parsing process take slightly longer, which causes a very slight change in the order that everything runs, which causes a very minor error, which immediately halts scripts because loving JavaScript

luckily, that minor error is trivial to fix, so on Monday I can move to my next task: debugging some arcane bugs in possibly the dumbest use of xslt that anyone has ever come up with

Notorious b.s.d.
Jan 25, 2003

by Reene

Sapozhnik posted:

yea good poo poo, let's go back to xml and asn.1

yes, let's

CRIP EATIN BREAD
Jun 24, 2002

Hey stop worrying bout my acting bitch, and worry about your WACK ass music. In the mean time... Eat a hot bowl of Dicks! Ice T



Soiled Meat
json is cool if you're a giant retard mongoloid

The MUMPSorceress
Jan 6, 2012


^SHTPSTS

Gary’s Answer

Feisty-Cadaver posted:

just use HL7 for everything problem solved

barf. i mean, uh, fhir is the future comrades

The MUMPSorceress
Jan 6, 2012


^SHTPSTS

Gary’s Answer

CRIP EATIN BREAD posted:

json is cool if you're a giant retard mongoloid

wtf is wrong with you? don't post like this

Shaggar
Apr 26, 2006
fhir would be good if any ehr implemented it

aardvaard
Mar 4, 2013

you belong in the bog of eternal stench

CRIP EATIN BREAD posted:

json is cool if you're a giant retard mongoloid

the racism ableism double feature

cinci zoo sniper
Mar 15, 2013




CommunistPancake posted:

the racism ableism double feature

mongoloid could be meant as a mongodb user in this instance, in all fairness, but that doesnt make the post any better

The MUMPSorceress
Jan 6, 2012


^SHTPSTS

Gary’s Answer

Shaggar posted:

fhir would be good if any ehr implemented it

Epic does but I didn't work on interfaces so no clue how well it works.

redleader
Aug 18, 2005

Engage according to operational parameters

Main Paineframe posted:

possibly the dumbest use of xslt that anyone has ever come up with

can you share with the class?

minato
Jun 7, 2004

cutty cain't hang, say 7-up.
Taco Defender
When XHTML became a Thing, my boss wanted us to write all our web pages in static XHTML and any composition or dynamically generated stuff would be modified using XSLT.

Thankfully that idea died within a week.

comedyblissoption
Mar 15, 2006

code:
  <!-- Compare two strings ignoring case, returning same

       values as compare(). -->

  <xsl:function name="foo:compareCI">

    <xsl:param name="string1"/>

    <xsl:param name="string2"/>

    <xsl:value-of select="compare(upper-case($string1),upper-case($string2))"/>

  </xsl:function>

anthonypants
May 6, 2007

by Nyc_Tattoo
Dinosaur Gum

cis autodrag posted:

Epic does but I didn't work on interfaces so no clue how well it works.
same but mirthconnect

Luigi Thirty
Apr 30, 2006

Emergency confection port.

Notorious b.s.d. posted:

i was not kidding at all about the u10's problems with ide

your u10 was almost the same system under the sheets, except, encumbered with the worst disk controller chip ever made.

emacs compiled in 1h+ on the ultra10 and in about 5 minutes on the ultra60 lmao

Doc Block
Apr 15, 2003
Fun Shoe
does GCC still have the option to direct I/O though Unix pipes instead of intermediary files? I remember that making compile times faster when I had a slow HDD.

Deep Dish Fuckfest
Sep 6, 2006

Advanced
Computer Touching


Toilet Rascal
but everything's a file on unix!

i'm not quite sure what you want, but if hdd io is your bottleneck, i imagine mounting a ram filesystem and doing all your compilation garbage from there might help? i'm just and ideas guy, though

eschaton
Mar 7, 2007

Don't you just hate when you wind up in a store with people who are in a socioeconomic class that is pretty obviously about two levels lower than your own?

Doc Block posted:

does GCC still have the option to direct I/O though Unix pipes instead of intermediary files? I remember that making compile times faster when I had a slow HDD.

always pass -pipe to gcc

Doc Block
Apr 15, 2003
Fun Shoe

Deep Dish Fuckfest posted:

but everything's a file on unix!

i'm not quite sure what you want, but if hdd io is your bottleneck, i imagine mounting a ram filesystem and doing all your compilation garbage from there might help? i'm just and ideas guy, though

GCC has a -pipeoption, so that instead of saving intermediary files to disk and then loading them back in for the next compilation stage, Unix pipes are used to communicate between stages. The idea being that you don’t become disk I/O bound, especially on systems like Luigi30’s UltraSparc 10 with crappy IDE controllers and/or slow disks.

Notorious b.s.d.
Jan 25, 2003

by Reene

Doc Block posted:

does GCC still have the option to direct I/O though Unix pipes instead of intermediary files? I remember that making compile times faster when I had a slow HDD.

that's the problem

the broken ide in the u5/u10 doesn't just get in the way of i/o. it makes everything slow because the kernel is spammed with interrupts

Doc Block
Apr 15, 2003
Fun Shoe

Notorious b.s.d. posted:

that's the problem

the broken ide in the u5/u10 doesn't just get in the way of i/o. it makes everything slow because the kernel is spammed with interrupts

LMAO :xd:

Wheany
Mar 17, 2006

Spinyahahahahahahahahahahahaha!

Doctor Rope
the official ide controller of this thread

cinci zoo sniper
Mar 15, 2013




does scala have a "cousin" like c# does in the form of f#?

NihilCredo
Jun 6, 2011

iram omni possibili modo preme:
plus una illa te diffamabit, quam multæ virtutes commendabunt

cinci zoo sniper posted:

does scala have a "cousin" like c# does in the form of f#?

scala IS that cousin, to java

Luigi Thirty
Apr 30, 2006

Emergency confection port.

Java is Marty and Scala is Jailbird Joey

Notorious b.s.d. posted:

that's the problem

the broken ide in the u5/u10 doesn't just get in the way of i/o. it makes everything slow because the kernel is spammed with interrupts

yeah CDE went from 45 seconds to go from login screen to desktop to less than 10. Ultra 60 Supremacy

cinci zoo sniper
Mar 15, 2013




NihilCredo posted:

scala IS that cousin, to java

oh. i always assumed that scala is whacky java fork where ?someone? piles up every coding idea under the sun for shits and giggles

Workaday Wizard
Oct 23, 2009

by Pragmatica
i wanna make an interactive wall calendar/organizer using a raspberry pi and a touch screen. are these the best kit and touchscreen available? i don’t want to accidentally buy an old model

kit
touchscreen

NihilCredo
Jun 6, 2011

iram omni possibili modo preme:
plus una illa te diffamabit, quam multæ virtutes commendabunt

cinci zoo sniper posted:

oh. i always assumed that scala is whacky java fork where ?someone? piles up every coding idea under the sun for shits and giggles

that's the difference between it and f#, but it started as 'a european researcher wanted to do functional programming on the JVM', much like how f# is 'a european researcher wanted to do functional programming on the CLR'

if what you want is specifically a purer ML-ish design there's a JVM port of haskell called frege, but I don't know anything about it

cinci zoo sniper
Mar 15, 2013




c tp s: *insert rambling gibberish about highly experienced it coworker requriing handholding to connect to our linux server using ssh*

cinci zoo sniper
Mar 15, 2013




NihilCredo posted:

that's the difference between it and f#, but it started as 'a european researcher wanted to do functional programming on the JVM', much like how f# is 'a european researcher wanted to do functional programming on the CLR'

if what you want is specifically a purer ML-ish design there's a JVM port of haskell called frege, but I don't know anything about it

im just fishing for information about FP in data science/analytics/machine learning for time being. my employer pays for coursera courses for me for this year, and i am free to choose whatever i want, so why not something at employer's dime and time to future-proof my resume. scala is the obvious choice i heard of, so im curious to learn more about the uses of the rest - haskell, f#, clojure, so i can make at least allegedly informed decision

cinci zoo sniper
Mar 15, 2013




to follow up, haskell doesn't seem like a great tool for the job currently. clojure is apparently so small i can barely find anything, there are 2.5 libaries available, some fuckery with data structures, and a 10th of job ads on linkedin. f# seems to be cool all around, but im not sure if its quite as portable. someone itt was telling me about f# in quant trading in london, but that's a bit of a different beast - it looks good for "algo development" stuff

guess ill enroll the odersky's scala specialisation, it starts on jan 29

AWWNAW
Dec 30, 2008

cinci zoo sniper posted:

Clojure
F#

guess ill enroll the odersky's scala specialisation, it starts on jan 29

pull up! pull up!

gonadic io
Feb 16, 2011

>>=
Yeah scala is your best bet here, it is the jvm analogue to f#. Different language design, much less focused/strict but it's still the functional jvm lang. Kotlin kinda looks interesting too in the space but it's not as mature as scala. Probably much better designed though.

cinci zoo sniper
Mar 15, 2013




AWWNAW posted:

pull up! pull up!

i just want to pad my resume with something more serious than fad-of-the-year langs i have, just in case. first and foremost though, i take the courses during my normal office hours, and don't pay a dime.

gonadic io posted:

Yeah scala is your best bet here, it is the jvm analogue to f#. Different language design, much less focused/strict but it's still the functional jvm lang. Kotlin kinda looks interesting too in the space but it's not as mature as scala. Probably much better designed though.

ive looked at it last year and kotlin seems to be about bringing sensibility to android development

AWWNAW
Dec 30, 2008

Scala will surely have the most job openings of the three but if you’re aiming to be marketable dehumanize yourself and face to JavaScript

cinci zoo sniper
Mar 15, 2013




AWWNAW posted:

Scala will surely have the most job openings of the three but if you’re aiming to be marketable dehumanize yourself and face to JavaScript

im not desperate. scala is just a logical technical extension of my current career

simble
May 11, 2004

cinci zoo sniper posted:

c tp s: *insert rambling gibberish about highly experienced it coworker requriing handholding to connect to our linux server using ssh*

are you me? I had to do this on friday. 2 different times and neither knew how to generate an ssh key. 1 had an ash key already he was using for github but didn’t know he had an ssh key....

cinci zoo sniper
Mar 15, 2013




simble posted:

are you me? I had to do this on friday. 2 different times and neither knew how to generate an ssh key. 1 had an ash key already he was using for github but didn’t know he had an ssh key....

same, i had to generate ssh key for them when they joined, much like painstakingly explain basics of git and gitlab, what cron is, and a number of other things any server-side focused it professional should be ashamed to have never heard about in 2018. also, a torrent of clueless questions like "cant we disable this ssh thing" or "can i check if vcs refresh operation in this cron worked via ftp" or "are all our servers linux? why dont we use windows? could i get a windows server?"

my favourite part probably was "i think this stupid ssh think is broken, do we really need to use it" *points at puttygen window with instructions in plain text stating that mouse cursor should be moved inside window to provide rng for the generator*

Convoolio
Oct 31, 2005

Trip report:
docker + kubernetes + helm: extremely good

Adbot
ADBOT LOVES YOU

FAT32 SHAMER
Aug 16, 2012



AWWNAW posted:

Scala will surely have the most job openings of the three but if you’re aiming to be marketable dehumanize yourself and face to JavaScript

  • Locked thread