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
Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

spongeh posted:

misread that as victor clocks, and i wanted to know more

i misread it as vector cocks

Adbot
ADBOT LOVES YOU

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'


pro

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Cocoa Crispies posted:

I'd tell you a UDP joke but you might not get it.

:golfclap:

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

tef posted:

i know this is all a bit cjs but i've quit my captialist life and i'm gonna work for a non-proft and help teach kids to play and invent with code.

hoorj

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Cocoa Crispies posted:

http://aphyr.com/posts/288-the-network-is-reliable

The Microsoft Datacenter Study
A team from the University of Toronto and Microsoft Research studied the behavior of network failures in several of Microsoft’s datacenters. They found an average failure rate of 5.2 devices per day and 40.8 links per day with a median time to repair of approximately five minutes (and up to one week). While the researchers note that correlating link failures and communication partitions is challenging, they estimate a median packet loss of 59,000 packets per failure. Perhaps more concerning is their finding that network redundancy improves median traffic by only 43%; that is, network redundancy does not eliminate many common causes of network failure.

yo this is a preetty cool article thanks

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Vanadium posted:

after listening to the mission statement or w/e i am just playing it in the background now and zoning in occasionally, hearing something intriguing and then zoning out again

Sweet PL hypnosis dude

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Notorious b.s.d. posted:

true words right here

if the only thing you use ES for is logstash, you're still doin' good

this is me

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Notorious b.s.d. posted:

i once spent days of my life optimizing an sql query for length so that a vb app ported from oracle to mysql 4.x would work correctly

because in vba, sql is actually handled by word.exe, so the query has to be passed into word.exe in a vb6 string, which is limited to 255? 256? chars. this is a bitch working with a db that doesn't have stored queries, views, etc

this is extremely lol, thanks for sharing

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

spoilers: no

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

MALE SHOEGAZE posted:

imo things like numeric types and data types and so on should all be handled by the processor architecture

No register wide enough for your poo poo posts

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

yo in the arse technica review of yosemite there was a mostly glowing review of swift, i don't know enough about programming to know what they were really talking about but something about it felt very off, can someone explain

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Bloody posted:

Swift is a bad language for idiots, hth

it doesn't really

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Bloody posted:

i don't care about haskell

same but you are posting

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Zombywuf posted:

code:
eql is a built-in function in `C source code'.

(eql OBJ1 OBJ2)

Return t if the two args are the same Lisp object.
Floating-point numbers of equal value are `eql', but they may not be `eq'.
code:
eq is a built-in function in `C source code'.

(eq OBJ1 OBJ2)

Return t if the two args are the same Lisp object.

==

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

theodop posted:

Pray, Mr. TBC, if you put into the machine wrong figures, will the right answers come out?

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'


same

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'


hi luke v

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

power botton posted:

nope. nothing about anything makes any drat sense.

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

tef posted:

rendevous hashing is good when you have a fantastic hash + small amount of servers, and you're servicing requests as they come

i am exploring using rendevous hashing instead of vnodes but i'll tell you how well it works

tell me more about your fantastic hash

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'


SHA420_WITH_TCC_219

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Careful Drums posted:

so i need to make a dead simple api. it has only one endpoint, and the result is going to be a json object with a name and a date and a time. it will accomplish this by querying some database table full of datetimes and names and returning the next closest one in the future.

I would say .NET but I don't want to pay for azure for it. What is the most :effort: way to accomplish this with a p-lang? I was thinking Rails but idk.

kill ruby then yourself

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

b0lt posted:

lock free does not mean "you don't have to use mutexes directly in your code", it means a malicious thread scheduler can't stop the progress of your code

If the thread scheduler is malicious isn't your OS completely hosed and compromised anyway

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

that is, no global locks? or am I confused

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

pseudorandom name posted:

Or local locks.

You know, lock free.

Ayy

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

pseudorandom name posted:

Oh, I get what you're asking -- when I said "all other threads" I meant all other threads participating in your lock free algorithm, not all threads in general

I think I get it; though this is not my area of expertise at all

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

CPColin posted:

You may have liked it because you didn't have to waggle in order to swing your sword. This is similar to monads because

it's like his sex life lmao

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

the talent deficit posted:

the best bit of that paper is that the recommendations for improving raft make it harder to reason about than paxos

also this:

that's a p fun quote

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

MononcQc posted:

The team is the expected answer, but the best answer is "I'd change jobs for a substantial raise and decision power over more than one element in this list"

nice

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

arrays don't have string indices by definition

I don't even program and I know that

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Snapchat A Titty posted:

danes are the vanguard of designing languages with excessive legacy poo poo

perl is more pronounceable than danish hth

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

i had to study danish for a semester when i studied in copenhagen but there was no real expectation that I would be able to use anything I learned (or, as i found out, that anyone would even want me to try)

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Notorious b.s.d. posted:

there are some fundamental changes in organizations when you go from dozens (everyone fits in a room) to hundreds of people (rent a conference center)

having that many people simultaneously contributing to a single mobile application is just inconceivable to me, i can't wrap my head around it

a new world is coming

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Subjunctive posted:

:shrug:

I just talk about my experiences; that's where I got them. I don't feel like rjmccall is bragging when he talks about working on swift or suspicious dish about red hat or hackbunny about reactos or bean dip about canary or rope kid about fallout stuff or whatever. they tell their stories and I find them interesting even when they evidence incredibly wrong opinions by disagreeing with me. I'm sorry if it makes you feel bad about yourself or something. in general I find that "I believe X because of experience in the context of Y" is more useful than "X is true" as a pattern of discourse, and it's definitely a habit I've developed.

on topic: I hadn't really looked into word2vec in detail until a conversation with someone yesterday, but it is pretty amazing. you can have vectors that represent Washington DC, USA, Paris, and France and then Washington - USA + France = Paris, with any number of meaningful relationships. what the actual hell.

i appreciate your posts

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'


was hoping you were gonna show up

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Blotto Skorzany posted:

Convolve your ideas about ontology with the unit toke function and I'll think you'll find that

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Athas posted:

Yeah, it kind of makes sense if you get really drunk and/or high first.

420 write programming languages erryday

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'


sw8

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

prefect posted:

maybe they're trying to make sure nobody mistakes them for struts

lol

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

Soricidus posted:

the data was actually correct, they just didn't believe it

Adbot
ADBOT LOVES YOU

Captain Foo
May 11, 2004

we vibin'
we slidin'
we breathin'
we dyin'

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