stifle867

joined 1 year ago
[–] stifle867@programming.dev 10 points 11 months ago (1 children)

We've got to celebrate the small wins and hope it doesn't end here.

[–] stifle867@programming.dev 27 points 11 months ago

Android would call it tactile feedback. Apple would call it ProSense 3D.

[–] stifle867@programming.dev 1 points 11 months ago

Would they need all those resources dedicated to just one company? I feel like they wouldn't have spent anywhere near $4.3B. Considering the investigation was started in 2021 so let's say 2 years or $3B. It seems extremely unlikely and even more than 1 order of magnitude off.

[–] stifle867@programming.dev 4 points 11 months ago

Either that or a literal Excel spreadsheet.

[–] stifle867@programming.dev 0 points 1 year ago (2 children)

Oh yeah it's undoubtedly an advancement but as you said, to fire someone over that is an overreaction and that's putting it generously.

I understand taking some form of action if there was evidence of something potentially catastrophic, or at least 1 step removed from that. Do they have public guidelines on where they draw the line? What's the procedure that says "at this point we pull the plug?". I highly doubt it says "when it can do basic math".

[–] stifle867@programming.dev 26 points 1 year ago (11 children)

The balance is kept at a bank and the banks have ledgers with the reserve bank who in turn adds $40B to the asset column and negates $40B from the liabilities column. That's the basic version. Nothing changes hands per se. It's just 1s and 0s on a computer.

[–] stifle867@programming.dev -2 points 1 year ago* (last edited 1 year ago) (1 children)

Thanks for attempting to clear it up. I guess it's up to everyone's individual interpretation but to me, sometimes, the things someone doesn't say are just as important as the things they do say. These are the things you pay a PR agency to think about. I know that's reading a lot into it and again, I'm not saying that's enough to make a verdict. It's just the very slightest of evidence that would make me suspicious of someone.

Even considering that it's a blanket response, it's not a typical blanket response. Normally it's either a denial or a no comment. This comment leaves open the interpretation that he did do it, and he does know about it, just that it's the first time he's heard a complaint about it. It is an interpretation, not saying it's the correct interpretation. Just enough for a suspicion.

Like you, I've never heard anything about this guy before. I don't have any strong opinions one way or the other. All I'm saying is if someone accuses you of stealing from the cookie jar and the reply is "well this is the first time I'm hearing this come from you", it's at least an odd reply.

Appreciate you comprehending and replying in good faith. Open to any intellectual discussion about this.

[–] stifle867@programming.dev 3 points 1 year ago* (last edited 1 year ago) (1 children)

Interesting. I don't see any immediately obvious technical reasons why this wouldn't be possible.

There are languages that include a variety of different programming paradigms (I'm thinking of D). I can't think of any that support different syntaxes but I'm sure one would exist. However, a language that is configurable I feel does not exist and could be an interesting experiment.

I still do fear however, that any attempt would still not be practical as if you design a language feature that is generic enough to work with/without other features and with different syntaxes then it would not be specific enough to be clearly useful. In other words by trying to support everything it becomes good at nothing.

[–] stifle867@programming.dev 2 points 1 year ago

Ah yes I heard about that. I suppose it's up to the interpretation of "loading". Firefox still loads everything as fast, including the code where Google tells the browser to wait for 5 seconds. But the average user does not care about the technicalities of it. Only that they get a degraded experience on Firefox.

IMO that gives me even more reason to use Firefox. I'm not going to be bullies or deceived into giving in to corporate malfeasance.

[–] stifle867@programming.dev 0 points 1 year ago (2 children)

Exactly. That's why I labelled it specifically as a suspicion and made a clear note it's not enough to say there was any wrongdoing. It's purely based on the "slight evidence" of his statement. We'll have to wait and see where this leads to but I'm commenting on the information we have now. Based on the information we have now, in my opinion, the response was suspicious. The suspicion comes from the lack of denial.

[–] stifle867@programming.dev -5 points 1 year ago (4 children)

I never said that they are automatically guilty or innocent. In fact I specifically avoided doing so. All I said was that I find it suspicious. A suspicion is not the same as a verdict. That's an intrinsic part of the justice system and also of my beliefs.

[–] stifle867@programming.dev 2 points 1 year ago* (last edited 1 year ago) (3 children)

I'm starting to understand what you're saying. It wouldn't be a universal programming language because even those things you list are not universal.

So now I am imagining a system very roughly where you could say (for example):

language.add(Variables)
language.add(Functions)
language.add(Loops)
language.add(Strings)
language.add(BracketScope)
language.add(Regex)
language.add(ActorConcurrency)

You would add support for various features and maybe control the syntax via configuration? Is that more along the lines of what you are envisioning?

view more: ‹ prev next ›