Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:special software client (Score 1) 131

look fucktard, I said you could download the source and compile the source. I said nothing more. Just because you caught on to the context of the OP I replied to doesn't mean I did as well. Jump out of your imagination and actually read what was written. I have, and have corrected myself.

You want to rail me for something, it'd be missing the context switch as I was considering the OP that started this thread causing a misreading of the OP in question. You'd actually have a valid point.

Unlike you I'm sure, I was actually looking at the source at the time and noted there were a number of extra testing dependencies that required a bit more leg work to install for development purposes and brashly thought the OP in question mistook this as necessary to produce a binary.

Instead of seeing what I wrote and how I've clarified what I meant and intended, you continue propping me up as some evangelist that's proclaiming something I never said, but you only inferred due to a context I responded to incorrectly. Take your inferences and fuck off.

The OP of the OP in question said you could download the source, who da thunk it? I can't for the life of me imagine why someone would infer that means you can verify the binary. It means you can download the source, review it, compile it, run it, and not a damn thing more.

And a project that provides prebuilt binaries? who do thunk it?

But please, do cherry pick my words and continue your bullshit and sick fantasy so you can declare yourself a winner today of the internetz of things.

Comment Re:special software client (Score 1) 131

I hadn't noticed you weren't the OP I responded to. Nothing I said suggested downloading and compiling source would produce truly identical binaries. At best, what I wrote could be interpreted as a big *whoosh* at not realizing the OP I responded to devolved the conversation to such a generic issue in computing that it felt out-of-context to the OP that started this entire thread.

There's nothing "insightful" about raising this issue anymore than if I pointed out the fallacy in trusting verified sources.

Comment Re:special software client (Score 1) 131

Ok, great, you're talking about ALL binary distributed software. You're original comment was ambiguous enough to imply the source for the CLI was somehow overly complicated to access and compile. Instead, you could just go around copying and pasting your comment anytime anyone releases a native executable making your point rather ... what's the word? ... bleh

Comment Re:special software client (Score 1) 131

Notoriously difficult? Hardly. If you have a Go environment setup for development, you can simply `go get github.com/exercism/cli` and you have the source and a compiled binary in `$GOPATH/bin` named `cli`. Rename `cli` to `exercism`. Review the code.

I agree, it's a big WTF compared to just walking through something like project euler, but reviewing the source and compiling yourself is not difficult.

Comment Designing a Language and not a Compiler (Score 2) 427

With so many new languages writing a spec and then a standard compiler to conform to the spec, I'm curious how you feel about writing a spec and not a compiler.

How do you think this compares to other efforts? Do you enjoy this aspect or do you occasionally get your hands dirty with a particular compiler source? etc.

Comment Re:contact a few likely users. Use forums (Score 1) 57

Good fucking god, who gives a shit where he works. How fucking long are you going to make an ass of yourself under this ray's posts. Guess what?! I don't use a hosts file! But why you ask?! Its fast! Its secure! Its reliable! Because I use my hosts file for other things unrelated to advertisement and don't need it littered with a bunch of bullshit. Some people do things different, now move along.

Comment Re:*cough* BULLSHIT *cough* (Score 1) 118

This is bullshit but I can't help but think "bug bounties" aren't proper capitalism since there's little competition. What if zero day exploits were part of an actual legit market? Google or Mozilla or Microsoft could go there and haggle and possibly drive initially high prices down, etc. Disclosure is considered a responsibility, and I'm all for that, but if there's going to be an underground market for it, then why not just legitimize and potentially mitigate risks instead of these pat-on-the-head-and-here-is-a-quarter bug bounties? Given a generation of this type of market, people with these kinds of interests could likely find better work and such a market could be a stepping stone for people interested in these types of things instead of being demonized and sucked down into the underground.

Comment Re:Oh right, Java is dying (again) (Score 1) 371

Well it may be fairer to say Twitter moved to Scala limiting the point to the JVM. Also programming on Android is best limited to Java6 to avoid potential issues with transpiling to dalvik and again limiting the point to older versions of Java and only making initial use of the compiler, not the runtime. Pure speculation but a dalvik compiler would make the point solely for the semantics of the language.

Personally, I hate java, but I'm well versed in it and make a living off of it, and my points above aren't meant to counter and say java IS dying. In fact, I think clarification of those points brings out a renaissance of sorts taking place for what I overall consider a shit language, funnily enough meaning my opinion also means shit.

Java isn't going anywhere. A simple example of this is how the latest version of Scala is beginning to target features on new versions of the JVM. Java is going to be called home for a long while by its derivatives.

Comment Re:Off-topic Maybe (Score 1) 411

kit kat distribution is 8.5% and those numbers are published by Google https://developer.android.com/... As an android developer, I can say that targetting 4.0.3 and higher isn't too big of a deal, regardless of how a user feels about the version they are on. Many new features developed are thrown into the support libraries that end up packaged with the app, and its a rarity to come across something needed from a higher api that's not backported. As an android user, my primary phone is stuck on 4.3 (galaxy nexus) and it really doesn't matter.

Slashdot Top Deals

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...