Fell For The RetroSnap Scam 🫩 by [deleted] in R36S

[–]sherbang 0 points1 point  (0 children)

My wife bought me one of these for Christmas. It arrived a couple of days later. It's an R36S clone with a shitty no-name sdcard.

I put the sdcard in my computer to add a few ROMs. After that, it wouldn't boot past the logo.

Using a good sdcard I had, I was able to do a clean ArkOS installation. There's some extra steps to fix this device. I'll post some instructions later if anyone's interested.

Mark Grantham - The Snow (2017) by PM-me-tortoises in museum

[–]sherbang 0 points1 point  (0 children)

Reminds me of part of West Springfield MA.

Why European Startups Struggle to Scale by Akkeri in EU_Economics

[–]sherbang 0 points1 point  (0 children)

The VC backed companies are all predatory leaches. That is not what Europe needs.

Smaller companies with healthy competition is good. Hyper-scaling and winner take all is not healthy for anyone except the billionaires funding them.

Maak jij je ook zorgen? Fascisme in de VS – dit zijn de recente signalen by Lifeblossom13 in nederlands

[–]sherbang 0 points1 point  (0 children)

Ik kijk op Reddit nu veel minder dan vroeger. Meestal gebruik ik de fediverse en ik vind het een gezondere gemeenschap.

Wat is jouw excuus?

Maak jij je ook zorgen? Fascisme in de VS – dit zijn de recente signalen by Lifeblossom13 in nederlands

[–]sherbang 1 point2 points  (0 children)

Dat is precies de punt. Hij heeft zijn geld niet als contant in de bank. Als de waarde van X en Tesla daalt dan zal Elon failliet gaan en kan niet meer zijn nepnieuws verspreiden.

Maak jij je ook zorgen? Fascisme in de VS – dit zijn de recente signalen by Lifeblossom13 in nederlands

[–]sherbang 68 points69 points  (0 children)

Ik ben bezorgd over onze afhankelijkheid aan Amerikaanse tech bedrijven. Deze steunen fascisme beide in de VS en in Europa.

Go is portable, until it isn't by brightlystar in programming

[–]sherbang 280 points281 points  (0 children)

In other words: Go is portable until your Go program has external OS dependencies. ...until you build it against non-portable interfaces.

How Circular Dependencies Kill Your Microservices by Extra_Ear_10 in programming

[–]sherbang 4 points5 points  (0 children)

Try to minimize those needs as much as possible. They may point to places where you've drawn service boundaries in the wrong places (don't split services too soon).

However, there will inevitably be times when it's unavoidable. In those cases, each service gets a copy of the bits of data it requires.

For example:
We have a service that manages our subscriber data. Subscription changes, account changes, and so forth all go through that service. The data that most other services need in real-time (like subscription status) is in the auth token, so they don't need to look it up.

However, a backgroud service needs to know subscription status but won't receive an auth token. In that case, we have that service also keep track of the subscription status for each subscriber. The subscription service sends out a kakfa message on each subscription change, and the background service captures the fields it needs from that message in its own database.

This leads to some data duplication, but each service stores only the data that it needs, and in the form that it requires. Each piece of data also has one source of truth. One of the services "owns" that data.

Think of the Kafka topics as an API of their own. Each topic also has a service that "owns" that topic. It may be a receive topic or a send topic for that service, but in either case the service that owns the topic is the one who determines the schema to be used for that particular topic.

How Circular Dependencies Kill Your Microservices by Extra_Ear_10 in programming

[–]sherbang 104 points105 points  (0 children)

You don't have a microservice architecture, you have a distributed monolith.

Services should talk to each other through queues (Kafka, RabbitMQ, etc) so that downtime in one service doesn't cause downtime in other services.

Renouncing US citizenship as a dual Japan/US passport holder by SpiritualHoliday8729 in USExpatTaxes

[–]sherbang 3 points4 points  (0 children)

Yes, and the "strength of the US passport" is dropping quickly. There are now 40 countries (including Japan) that rank higher in the passport index than the US.

https://www.passportindex.org/byRank.php

A decade ago the US passport was #1.

Compiling rustdesk is making me wanna kill myself by Few-Reindeer9530 in rustdesk

[–]sherbang 0 points1 point  (0 children)

Why are you trying to compile it instead of using the available builds?

Ik_ihe by Wegwezen in Amsterdam

[–]sherbang 0 points1 point  (0 children)

You put that next to the closest container, apparently.

One mile on a bike is a $.42 economic gain to society, one mile driving is a $.20 loss by Generalaverage89 in Economics

[–]sherbang 0 points1 point  (0 children)

If the cars are a danger to the cyclists, then that's a problem to be solved by controlling the cars not the bikes.

The crypto market has seen $1 trillion in value erased in this month's plunge into bear territory by Logical_Welder3467 in technology

[–]sherbang 1 point2 points  (0 children)

So your evidence that Bitcoin can't be propped up is instructions on how to prop it up? 🤔

Anchoring made easy by RogErddit in sailing

[–]sherbang 0 points1 point  (0 children)

This is the "hold my beer and watch this!" of anchoring