• 4 Posts
  • 52 Comments
Joined 1Y ago
cake
Cake day: Jun 14, 2023

help-circle
rss

It’s funny because JD Vance is overshadowing Trump. I see more talk about JD Vance than I do about Trump.

Trump needs the hate and attention, his supporters like him because he is counter-culture. Trump is their guy in the fight. If that stops then Trump becomes just an old rich white guy. This is why Trump plays the victim card every speech and talks about all the attacks he’s constantly suffering.


We’re seeing more and more that our “free market” with its “competition” doesn’t provide goods and services that most people want, which makes me wonder, why have free markets and competition?


I believe the full quote is “As long as I gave it my all, that’s what this is about”.

I thought it was about who would be President and all that entails, but apparently is actually about Joe doing his personal best.


There’s also websites hosted in countries that don’t care about US law. We can access those even without a VPN, for now…


Yeah… There’s a lot of people complaining about politicizing the legal system tonight, and those same people said nothing when Trump’s most popular campaign promise was to put his political rival in jail.


“And you know, you go back through history, this is like just before the Holocaust. I swear. If you look, it’s the same thing,” Trump said. “You had a weak president or head of the country. And it just built and built. And then, all of a sudden, you ended up with Hitler. You ended up with a problem like nobody knew.”

So Trump is claiming that Biden is a weak leader, and that after the weak leader comes somebody like Hitler. Trump hopes to be the person that comes after Biden…


Senior developer here, it looks like they are helping to me.


Careful, the 100,000 kg of pizza will turn into manure.


Programmer pay is so bizarre, it makes me cynical about our entire economy.

If I’m a blue-collar worker maintaining the wires between banks, I get paid little. If I’m a programmer maintaining the banking software that controls everyone’s money and is essential to the entire nation, I’m paid a little more, but not as much as some programmers.

If I’m a young man who creates a webpage that barely works venture capitalists are tripping over themselves trying to shove millions of dollars into my hands.

(Although, creating a webpage was the hot thing last decade, now the hot thing is creating an AI.)


Trump lost an election and now 30% of the nation doesn’t trust elections. Now the same thing will happen to the courts.



We should measure size of files/storage as a function of how many standardized png’s of an american flag would fit in the same amount of space.

Fixed it, I will not be oppressed by your standards


To become a real programmer, you must install Copilot and let it copy and paste for you.


Why doesn’t JavaScript have tracebacks?




I think the joke is that the Jr. Developer sits there looking at the screen, a picture of a cat appears, and the Jr. Developer types “cat” on the keyboard then presses enter. Boom, AI in action!

The truth behind the joke is that many companies selling “AI” have lots of humans doing tasks like this behind the scene. “AI” is more likely to get VC money though, so it’s “AI”, I promise.



Trump would also choose to stay at his properties and charge the secret service to stay there. Direct funnel for foreign and government money to himself.


The CEOs face the day he realizes all it takes to automate his company is a personal computer: 😃

The CEOs face the day after he realizes all it takes to automate his company is a personal computer: 🫠



People were staring at you because the sound of piss entering the toilet was loud? Did they not know that’s how pissing works?



History will be relatively kind to Romney. Whoever replaces Romney will be worse, and might even make Mike Lee look reasonable. God help us.


GPT4 did teach me. I say this as the one who learned, whatever that’s worth.


The “trees” for an LLM are their neural networks and word vectors. The forest is a word prediction algorithm. There is no higher level to what they do.

At what level do LLMs teach? Something was teaching me linear algebra and I thought it was the GPT4. When GPT4 was able to recognize a valid mathematical proof that was previously unknown to it, what level was it operating at?


As a programmer I can confirm that LLMs definitely have loops. Look at the code, look at the algorithms, you will see the loops. The “core loop” in the LLM algorithm is “read the context, produce the next work, read the context, produce the next word”.

The core loop in animals is “receive stimulus using senses, move muscles, receive stimulus using senses, move muscles”. That’s all humans do, that’s all animals do.

I think there’s a possibility that humans are simply very advance machines. Look at the debate over whether humans have free will, it’s an interesting question and the important take away is that we still have a lot to learn about our brains and physics. I don’t want to get into that though.

You’ve ignored my main complaint. I said that you treat LLMs and humans at different levels of abstraction:

It’s not fair to say that LLMs simply predict the next word and humans have feelings and reason.

It would be fair though, to say that LLMs simply predict the next word and humans simply bounce electric-chemical signals between neurons and move muscles.

I don’t think that way about people or LLMs though. I think people have feeling and reason, and I think LLMs reason too. LLMs aren’t the same as people and aren’t as good though. But LLMs are good enough to say that they can “reason” in my experience[0].

[0]: I formed this opinion when learning linear algebra from GPT4. It was quite a good teacher. The textbook I’m using made a mistake that GPT4 caught. I encountered a proof that GPT4 wasn’t aware of, and GPT4 wouldn’t agree with me that C(A) = C(AA^T) until I explained the proof, and then GPT4 could finally reason for itself and see for itself that C(A) = C(AA^T). As an experiment, I started a new GPT4 session and repeated the experiment using a faulty proof, but I wasn’t able to convince GPT4 with a faulty proof, it was able to reason through the math concepts well enough to recognize when a mathematical proof was faulty and could not be convinced by a faulty proof. I tried this experiment 4 or 5 times. To be clear, what happened here is that GPT4 was able to learn a near math concept in one shot (within a single context window), but only if accompanied by a proper mathematical proof, and was smart enough to recognize faulty proofs as being faulty. To me, that rises to the level of “reason”.


You apply a reductionist view to LLMs that you do not apply to humans.

LLMs receive words and produce the next word. Humans receive stimulus from their senses and produce muscle movements.

LLMs are in their infancy, but I’m not convinced their “core loop”, so to speak, is any more basic than our own.

In the world of text: text in -> word out

In the physical word: sense stimulation in -> muscle movement out

There’s nothing more to it than that, right?

Well, actually there is more to it than that, we have to look at these things on a higher level. If we believe that humans are more than sense stimulation and muscle movements, then we should also be willing to believe that LLMs are more than just a loop producing one word at a time. We need to assess both at the same level of abstraction.


Somehow the law ignores the giant flashing “Buy!” button but is super concerned about the fine print in 6pt font nobody reads.


First they would need to outright ban practices where you rent your license for an unspecified time instead of owning it.

Why?

People were able to rent games in the past. What happened then that was so bad?



I agree. 100 lines of code may be 3x better than 300 lines of code, but 1 line of code isn’t 3x better than 3 lines of code.


Yes. I learned this from Haskell. I like Haskell, but it has a lot of very granular functions.

Earlier comment said that breaking up 1 function into 3 improves readability? Well, if you really want readability then break it up into 30 functions using Haskell. Your single function with 25 lines will become 30 functions, so readable (/s).

In truth, there’s a balance between the two. Breaking things up into function does have advantages, but, as you say, it makes it more likely that you’ll have to jump around a lot to understand a single process.


Shorter code is almost always better.

Should you use a class? Should you use a Factory pattern or some other pattern? Should you reorganize your code? Whichever results in the least code is probably best.

A nice thing about code length is it’s objective. We can argue all day about which design pattern makes more sense, but we can agree on which of two implementations is shorter.

It takes a damn good abstraction to beat having shorter code.


LIke 15% of the nation is working in healthcare if you include insurance and all the supporting industries. No wonder our health care costs are high. My medical bill has to keep 15% of the nation afloat and most of it ain’t going to the doctors and nurses.

Simplify the system, more doctors and nurses, fewer insurance executives. Single payer would do this.



Some people have bad eyesight. Some people have been deeply trained by the modern web to ignore most of what’s on the page (most of it being ads or other bullshit). Some people make mistakes.

Have some patience and kindness.

And to those who wont be patient or kind, just know that the next time the self-checkout machine yells at you and the cashier has to come scan their badge and gives you grief, you deserve it. Can’t you just use the machine correctly!?!


They may be right, but surely an admitted “technical violation of the Constitution” warrants a trial. The jury will decide if it’s a crime.


Entire industries are bound by the terms of a single company. Time for some anti-trust enforcement.

Some privacy protection laws would also be good.

Some politicians who are capable of understanding any of this would also be good. (What a mess we’re in.)


How would WEI work? What signals does my computer send to convince the other computers that my computer is doing what they want? Is it based on some “trusted computer” hardware level bullshit that’s already there? (I just want my computer to do what I want.)


Just imagine how easy the anti-trust case will be. “The entire industry opposed Google, Google won anyway. I rest my case.”


Thank you. Took the words out of my mouth.

If all browsers and standards organizations oppose this idea, but Google does it anyway and it succeeds and takes over, can you imagine how easy the anti-trust case will be?


Does Lemmy really benefit from Rust? Is code execution speed the bottleneck?
My first experience with Lemmy was thinking that the UI was beautiful, and lemmy.ml (the first instance I looked at) was asking people *not* to join because they already had 1500 users and were struggling to scale. 1500 users just doesn't seem like much, it seems like the type of load you could handle with a Raspberry Pi in a dusty corner. Are the Lemmy servers struggling to scale because of the federation process / protocols? Maybe I underestimate how much compute goes into hosting user generated content? Users generate very little text, but uploading pictures takes more space. Users are generating *millions* of bytes of content and it's overloading computers that can handle *billions* of bytes with ease, what happened? Am I missing something here? Or maybe the code is just inefficient? Which brings me to the title's question: Does Lemmy benefit from using Rust? None of the problems I can imagine are related to code execution speed. If the federation process and protocols are inefficient, then everything is being built on sand. Popular protocols are hard to change. How often does the HTTP protocol change? Never. The language used for the code doesn't matter in this case. If the code is just inefficient, well, inefficient Rust is probably slower than efficient Python or JavaScript. Could the complexity of Rust have pushed the devs towards a simpler but less efficient solution that ends up being slower than garbage collected languages? I'm sure this has happened before, but I don't know anything about the Lemmy code. Or, again, maybe I'm just underestimating the amount of compute required to support 1500 users sharing a little bit of text and a few images?
fedilink