magic_lobster_party

@magic_lobster_party@fedia.io
0 Post – 33 Comments
Joined 1 months ago

What’s happening is that support from VC money is drying up. Tech companies have for a long time survived on the promise that they will eventually be much more profitable in the future. It doesn’t matter if it’s not profitable today. They will be in the future.

Now we’re in a period where there’s more pressure on tech companies to be profitable today. That’s why they’re going for such anti consumer behaviors. They want to make more with less.

I’m not sure if there’s a bubble bursting. It could just be a plateau.

11 more...

Isn’t problem solving mostly put things together of what you’ve learned before?

Haven’t read through this, but this sounds like what C++ is to C. I’m not sure adding more complexity and features to an already complex language is the right way forward. What is needed is a language that cuts down all the burden that has accumulated in C++ over 3 decades.

Something like Zig sounds like the better path forward to me. A completely new language from scratch with cross interoperability to C++. I’m surprised it’s not mentioned even once in the page.

There’s a special place in hell for those who set an upper limit in password lengths.

67 more...

I'll revise my opinion when Valve changes to a more overtly predatory model of capitalism

I believe as long they’re not publicly traded )and Gabe is in charge), that’s not a concern.

Being public (or owned by a publicly traded company) tend to bring out these nasty traits. It’s more about finding ways to bring value to shareholders than the customers.

7 more...

It makes you want to die on a hill

There’s a huge difference.

Fediverse uses almost no energy compared to Reddit and Twitter. This is because few people are using fediverse alternatives.

Bitcoin uses more energy than entire countries, despite few people using it.

14 more...

Go tell Putin and his friends to stop the invasion and hand back all the Ukrainian territory they’ve stolen. It’s easy!

6 more...

In my team we use both Linux and Mac (I don’t want to disclose my company, but it’s in Sweden). IT isn’t entirely happy about some of us using Linux because it’s more difficult for them to administer the computers (i.e. install spyware), but so far they’ve been unsuccessful in making us switch.

I think JSON is more robust than XML by now. Mostly due to its simplicity. There are few reasons why anyone would pick XML over JSON these days.

And then they wonder why no one wants to pay for news.

I’m surprised so many say they never heard about it. It was all over the place when a gameplay trailer was shown a few years ago. David Jaffe even made a video about how he didn’t understand the hype, and then took it all back once the trailer reached the boss fight.

https://youtu.be/4cgYZw5MSxU

2 more...

and you'd have the same problem cryptocurrency has.

No, that’s not going to happen. The reason why cryptocurrencies must rely on a consensus algorithm is because the order of transactions matter. One transaction can make another transaction impossible depending on which one comes first.

Fediverse doesn’t have this strict condition. No post and comment can make another impossible. It’s also not the entire world if a post is lost.

1 more...

I agree that people shouldn’t have to die over this, but Putin is dedicated to the invasion on Ukraine. He won’t stop just because someone kindly ask him to stop over the phone. He’ll continue until there’s no Ukraine anymore, and then he might also go for Moldova and other former Soviet countries.

Ukraine has to defend themselves for as long as Putin is willing to continue the war.

1 more...

Steam stats are the only stats available, and they probably correlate pretty well with console stats.

Helldivers 2 is doing really well on Steam despite being a PlayStation game.

Ctrl + R is a life changer.

2 more...

Quantum computers have already had its hype, so plateau of productivity. It’s just that the plateau is really low.

4 more...

I haven’t asked that much on SO. Often I can find the answer myself. In other cases my question is so niche I don’t know how to formulate it into a good SO question.

One of my questions got closed for being duplicate because it was tangentially related to a different question. I got the answer, but it left me a sour taste.

2 more...

That’s some leopards ate my face material

Yes, I think so. The downside with Python comes when refactoring the code. There’s always this double checking if the code is correctly indented after the refactor. Sometimes small mistakes creep in.

It’s really hard to tell when Python code is incorrectly indented. It’s often still valid Python code, but you can’t tell if it’s wrong unless you know the intention of the code.

In order languages it’s always obvious when code is incorrectly indented. There’s no ambiguity.

4 more...

Thanks, now I can’t unsee it.

TBH, it’s better as a chicken

Oh no!

Anyway

Reserves = USDT, which is definitely backed by real USD.

The great thing about Slack is how easy it is to make automations. I guess this one just reads RSS feeds.

At my work we have automations notifying us about production errors for example.

It’s a concept of a plan

I didn’t read everything, but I mostly agree with the author, especially on this point:

While you can definitely abuse exceptions, functional-style error values are not a one-size-fits-all solution.

There are time and place for both. I think exceptions are good for bigger errors. Like database connection errors. Things that shouldn’t happen without any easy backup plan. Those errors might need to be escalated as high as possible where proper action can be made (like resetting the database connection and everything relying on it).

Functional style is great for smaller stuff. Like key not found in hash maps. In many cases there might be good defaults that can be used instead.

They’re lobbying so they can make more money from cryptocurrency. It’s not going to benefit the common folk in any way (unless you believe in trickle down economics).

Only from the comment saying it was a duplicate. The question wasn’t even the same and the answer was barely touching my question.

I like to mix between OOP and FP for different levels. OOP is great for higher architectural problems. FP is great for everything under it.

And yes, inheritance was a huge mistake. Just use composition and interfaces instead.

The picture only shows one hype cycle. AI has been through multiple hype cycles. Same will happen with quantum computers, once a new major breakthrough is reached.

I don’t like YAML because it’s overly complicated. The specification is like 80 pages long. How the hell did they think that was a good idea?

JSON on the other hand is super simple. It doesn’t do more than it needs to.

Just compare this: https://yaml.org/spec/1.2.2/

With this: https://www.json.org/json-en.html

The entire JSON specification is shorter than just the table of contents of the YAML specification!

Another thing I like about JSON is that you can format it however you want with the whitespace. Want everything on one line? Just write everything on one line!

If data can be represented as a JSON, then there’s generally only one way to represent it in JSON (apart from whitespace). In YAML the same data can be represented in 1000s of different ways. You pick one.

1 more...

Joseph Anderson has made a similar trolley challenge. It’s a cinematic masterpiece: https://youtu.be/RgqRIFj4Zrk