1
submitted 1 month ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.dbzer0.com/post/43445448

I have no idea how rats are entering my terraced house. I see no exterior gaps. The block is so old that the houses were built well before architects and builders figured out it was a bad idea to butt houses up next to each other with no gap. So houses are not self-standing. They all lean against each other for support.

The rats never get into the living space but I hear them running across ceilings. They are likely getting in through a neighbor. Bricks are no match for rats, so there are likely missing bricks and pathways between the walls that are shared with neighbors. The rat fight is an impossible never ending battle, short of ripping out all walls and ceilings. Even if I bought some costly thermal infrared camera with 24/7 surveillance to find a rat path, plugging it would just be temporary until the rats make an alternate route. Exterminators are of course only interested in temporary solutions, for job security.

The roof is uninsulated and ⅓ of it is not really structurally sound.. was installed by incompetent builders. So I got a couple estimates for the structurally problematic section of roof. Most likely the law requires builders to insulate new roofs. Generally that’s sensible. However, if I insulate the roof it will just make the rats even more comfortable. And they would likely destroy the insulation to use for nesting supplies. Fuck that. Especially when only ⅓ of the roof would be replaced.

I asked roofers: “how can you install rat-proof insulation? Can you enclose it in a metal screen or something? Is there a kind of insulation that is laced with rat poison?” They had no idea. They never heard the question before, which is strange because the whole city has a rat population that is double the human population.

So for years I have just neglected the roof, which looks like a sagging mattress; as I wait for a rat-proof option.

14
submitted 1 month ago by [email protected] to c/[email protected]

My broken 15 y/o w/m has a serial port tracing to an atmega32L chip. I have a USB to TTL adapter which is set for 5v (as opposed to 3.3v) using a jumper. The TX, RX pins are connected to the RX, TX pins of the w/m, respectively. The power supply pins (0v & 5v) are left disconnected.

I ran minicom -D /dev/ttyUSB0 -b 9600 on the PC with the w/m powered off. Minicom seems to default to an “8,N,1” configuration. When I power on the w/m, minicom flashes a popup saying something like “no connection to /dev/ttyUSB0”. This is a bit bizarre because if powering the w/m triggers that popup, obviously there is a connection of some kind.

I do not have the service manual for the Beko WMD 26125 T and the mfr “lost” their copy. I have only scraps of service docs for a similar model that were leaked to a shitty manual jailing service. The circuit diagram of these docs label the serial port as “EEPROM” (as pictured). I suspect the ISP port is strictly for flashing (programming) the machine while the serial port is apparently for accessing the storage (to see the error state that is stored and perhaps clear it if I am lucky).

The goal is to confirm that the error code is “5” (my guesswork based on LEDs lit in binary [101]). The ultimate goal is to clear this fucking error off so I can use the machine. All components work when hotwired (motor, pump, inlet valves). I believe the error state is the machine caught in a lie. Normally the error states are cleared by pressing a secret button sequence, which the mfr witholds from the owners so they can charge us hundreds to do simple repairs.

What can I do without help from the manufacturer? Am I left with trying different baud rates and configs? What should I try? The w/m software is obviously a closed source, thus the serial config is kept secret from w/m “owners”.

Anti-repair rumor: manufacturers disable serial ports before shipping to block repair. But that practice may have started after my w/m was made ~15 yrs ago.

15
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]

I need to connect a PC to my washing machine. The washing machine has a bank of pins labelled like this:

  • 0v
  • tx
  • rx
  • 5v

The microcontroller is an ATmega32L, which has specs for the serial connection as follows:

specsThe Universal Synchronous and Asynchronous serial Receiver and Transmitter (USART) is a highly flexible serial communication device. The main features are:
• Full Duplex Operation (Independent Serial Receive and Transmit Registers)
• Asynchronous or Synchronous Operation
• Master or Slave Clocked Synchronous Operation
• High Resolution Baud Rate Generator
• Supports Serial Frames with 5, 6, 7, 8, or 9 Data Bits and 1 or 2 Stop Bits
• Odd or Even Parity Generation and Parity Check Supported by Hardware
• Data OverRun Detection
• Framing Error Detection
• Noise Filtering Includes False Start Bit Detection and Digital Low Pass Filter
• Three Separate Interrupts on TX Complete, TX Data Register Empty, and RX Complete
• Multi-processor Communication Mode
• Double Speed Asynchronous Communication Mode

My USB to TTL serial adapter is apparently based on a ch340 chip. It looks almost exactly like the pic I attached, except mine does not have a crystal on it because I think the chip has an embedded clock. The important thing is the pins match my adapter.

My knee-jerk thought was to connect it as follows:

adapter → washing machine PCB

gnd → 0v
rxd → tx
txd → rx
3v3 → (nothing)
5v → 5v ← bad idea?

(with s1 jumped to 5v on the adapter)

Someone told me I should not connect 5v to 5v. I was assuming one connection needed 5v and the other supplied it, but I was told they are both supplying 5v, but not perfectly 5v, so the difference will strain something and cause damage.

So how should I hook this up?

update (I’m stuffed?)

I heard washing machine manufacturers often sabotage the serial ports before shipping as an anti-repair tactic. I thought my old machine might pre-date that practice, but I might be wrong. I metered TX voltage against 0v using a crappy cheap DMM. Results:

0.01, 0.00, 0.01, 0.00, 0.01, 0.00, 0.01, 0.00, … etc, every second or so.

Looked encouraging, as if there is activity. Then I metered 0v against 5v:

~~0.01, 0.00, 0.01, 0.00, 0.01, 0.00, 0.01, 0.00, … etc, every second or so.

Yikes. I was expecting that to read a steady 5v. Due to bad wiring in the house, I think that is just noise on the ground wire. And apparently the serial port is dead.

I had the two 5v lines connected to each other for a while, so it’s possible I damaged it, if not the manufacturer.~~

Update 2: I have 5v, so the port may work

It turns out I had a bad alligator clip, so of course I got a flat reading. The 5v pin on the serial port gives 5v. Thus I might have a live port. Now how do I use it?

11
submitted 3 months ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.dbzer0.com/post/38015770

A washing machine is trapped in a fault state even though all the components function (AFAICT). The controller board has two ports:

  • ISP (to attach an ISP programmer to flash new software)
  • USART (4-pin serial port: 0v, TX, RX, 5v)

I’m guessing the ISP port is useless without whatever proprietary software is needed. But what can the USART do for me? Can that be used to obtain the error code and clear it, or reset the board to the factory state? Has anyone done that, without documentation?

1
submitted 3 months ago by [email protected] to c/[email protected]

A washing machine is trapped in a fault state even though all the components function (AFAICT). The controller board has two ports:

  • ISP (to attach an ISP programmer to flash new software)
  • USART (4-pin serial port: 0v, TX, RX, 5v)

I’m guessing the ISP port is useless without whatever proprietary software is needed. But what can the USART do for me? Can that be used to obtain the error code and clear it, or reset the board to the factory state? Has anyone done that, without documentation?

1
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]

My washing machine had the same symptoms as this one, which is the same make but different model. It suggests a bad tacho. I need more certainty before buying parts.

The state worsened. Now I just get a non-stop continuous blinking LED with all flashes evenly spaced (thus no error code).

Someone told me the advice on this page is sketchy. IIUC, that page says to hand-spin the motor while the tacho is connected to an ohms meter. I get very little variation. If I give it a spin as fast as I can, it goes from 52 Ω to 52.8 Ω.. or 53 Ω on one occasion. Someone said it’s wrong or bad to put current through an ohms meter. So is that a bad test?

There are different kinds of tachos. Mine uses a coil, which I suppose implies that I an dealing with the rotating magnet variety.

voltage test (I am ill equipped)

Some people apparently read the AC voltage of a tacho while spinning it. My meter only has 2 scales for AC voltage: 500 and 200, which are far too high to detect anything. Should I buy a meter that detects AC mV?

Hz test (I am ill equipped)

My meter does not have frequency. Should I buy a meter with Hz?

scope test ~~(I am ill equipped)~~

Apparently an oscilloscope app can be fed by a smartphone’s mic input. But I do not have an AOS 6+ phone.

(edit) There are a couple FOSS desktop apps:

  • PulseView
  • xoscope (I will not link it because the project is Cloudflare-jailed)

So I might try this. I think the input can simply be wired to the mic input, but it’s better to build a circuit:

earphone test (strange result)

I connected the tip of the 3.5mm phono connector for audio headphones to one tacho lead and the middle segment to the other lead. When I spun the drum by hand, it sounded in the right speaker just like the drum sounds to my naked ears as it spins. That can’t be right. Must be all in my head. Is this test useless?

compass test (unlikely to be useful)

I could theoretically run a compass app and hold the smartphone up next to the tacho as it spins to see if the magnet is still magnetic. But I’m told it’s unlikely that the magnet became demagnetized unless I sent 230 VAC to it -- (and I did not).

hotwire tests on other components

  • 230 VAC → universal motor (spins fine)
  • 230 VAC → drain pump (spins fine)
  • 230 VAC → water inlet valves (opens fine; water flows)

what now?

I don’t understand why a tacho would go bad. So how should I test my tacho? Should I buy a meter that does frequency and low AC voltages?

Ultimately I need to know what the PCB thinks is broken whenever it is told to run a program. Is the PCB doing an ohms test to test the health of the tacho?

7
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]

cross-posted from: https://lemmy.dbzer0.com/post/36272192

My washing machine is dying in stages. It started with the same symptoms as this thread. Specifically, after filling the tub for a wash cycle, it would go straight into a high-speed spin (full of water!) for a second or two (instead of the expected slow tumble), then quit. The speculation is that the tachometer is failing.

Then the machine got worse. I now cannot even start any program. No matter what program I select, I press start and after a few second pause the start button LED just blinks. It’s a generic blunt signal of a fault. The blinks are evenly spaced non-stop, so there is no error code of any kind.

To test the universal commutative motor, I followed the linked video and took resistance measurements. All seems okay in that regard (but this is based on vague resistance ranges that are not specific to my machine). Test results:

tachometer

Expectation: any reading that is not infinite/disconnected is fine.

  • (video): 70 Ω
  • (my motor): 52 Ω

carbon brushes:

Expectation: should be in the range 1—7 Ω

  • (video): 5 Ω
  • (my motor): 3.45 Ω

field windings:

Expectation: all combinations should be 1-7 Ω

  • (video): 3.5 Ω
  • (my motor): pin1-2: 1.35Ω, pin1-3: 1.35Ω, pin2-3: 1.9Ω

I do not have whatever model is in that video, but my readings are in the range suggested by the video presenter, fwiw. I believe my testing is incomplete because I was expecting the tachometer to be bad based on the behavior.

Motor spin test (hotwiring)

My next move was to try to make the motor spin. There is no service manual or wiring diagram for my Beko. So I inspected the motor and derived these pins (quotes are labels on the PCB):

1 (field) brown socket → brown+white “stator M” 2 (field) black socket → purple+white “stator 1” 3 (field) blue socket → red+white “commu” (commutator) 4 (brush) white socket → purple+yellow “rotor 2” 5 (brush) red socket → green+red “rotor 1” 6 (tacho) yellow socket → green “tacho” 7 (tacho) yellow socket → green “tacho” 8 (ground) green+yellow socket → green+yellow

Someone suggested this wiring:

L → pin 1
N → pin 5
jumper connecting pins 3 & 4

I did not connect direct to the wall because I wanted to use the mechanical power button of the machine to turn on and off the motor (so I could quickly cut power if needed). So power took this path:

wall (220 VAC) → safety capacitor → mechanical button → motor (wiring redirected to motor instead of control panel)

When I switched it on, the motor spun for 1 or 2 seconds and I saw a white flash (I think) and the motor quit. I turned it off. Then tried to switch it on again. No response.

220 VAC quit coming out of the safety capacitor. Instead the voltage jumped around between 10 VAC and 20 VAC. So I thought I fried the capacitor or resisters therein. I checked the motor to see if any of the pins connected to ground (answer: no, so the motor was not harmed). Then I disconnected the safety capacitor and connected it just to mains and ground. 220 VAC was output (WTF.. why does it magically work again?)

I think I’m back to the state it was in before I tried to power the motor. But I want to understand why the safety capacitor apparently flashed white and temporarily died with only 10—20vac output. I need to get to the bottom of this because I still need to test the motor for more than 1 second in a way that doesn’t cause more white flashes. Is it a bad idea to have the safety capacitor in the circuit?

1
submitted 6 months ago by [email protected] to c/[email protected]

So because some miscarriages are induced by a pill, and it’s essentially impossible for docs to distinguish a natural miscarriage from an induced one, the state has an assumption of wrong-doing. From the article:

This means that pregnant people who are actively miscarrying may be denied care if there is still detectable fetal cardiac activity. There have already been reports of such situations in Texas and Louisiana. In Louisiana, for example, a pregnant woman went to the hospital after experiencing sharp pain and bleeding. She was informed her fetus had likely stopped growing a few weeks prior, as its size did not correspond to the length of her pregnancy, and that it had very faint cardiac activity. Despite the pain and the blood loss she was experiencing, she could not receive the regimen of mifepristone and misoprostol commonly prescribed to pregnant patients who are miscarrying to ensure that the pregnancy is safely expelled from the body completely in a timely manner, thereby decreasing the risk of sepsis and infection. Instead, she had to wait for the miscarriage to progress without medical intervention, which would have expedited the process and reduced her medical risk. In states where the abortion bans do not clarify that miscarriage care is not criminalized – even when there is still detectable cardiac activity – pregnant people may not be able to receive care to manage their pregnancy loss unless and until it becomes a medical emergency.

I’ve also heard that women in some US states are denied treatments that can cause birth defects even if they are not pregnant.

This is all so extremely fucked up it’s hard to believe it’s true.

1
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]

I have a bathroom that is usually odor-free but occasionally sewer odor creeps in. When it does, it’s usually not intense but on rare occasions it’s intense enough to smell from the next room.

Any ideas? ~~I cannot connect it with any activity.~~¹ It seems to hit randomly. Traps are good. It seems to close to the toilet connection to the pipework but there are no waste water leaks in sight.

Do I need to remove the toilet and dig up the tiles? I could hire a plumber to scope the drain, but that would likely cost more me digging up the bathroom myself. Should I look into renting a drain camera? Or would it make sense to rent an infrared camera and pour hot water in the drain?

I think the kitchen drains may be upstream from the bathroom.

¹ (update) the odor seems to hit after I run hot water in the kitchen just upstream to the bathroom.

27
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]

cross-posted from: https://lemmy.dbzer0.com/post/27346179

When an arrogant presumptuous dick dumps hot-headed uncivil drivel into a relatively apolitical thread about plumbing technology and reduces the quality of the discussion to a Trump vs. $someone style shitshow of threadcrap, the tools given to the moderator are:

  • remove the comment (chainsaw)
  • ban the user from the community (sledge hammer)

Where are the refined sophisticated tools?

When it comes to nannying children, we don’t give teachers a baseball bat. It’s the wrong tool. We are forced into a dilemma: either let the garbage float, or censor. This encourages moderators to be tyrants and too many choose that route. Moderators often censor civil ideas purely because they want to control the narrative (not the quality).

I want to do quality control, not narrative control. I oppose the tyranny of censorship in all but the most vile cases of bullying or spam. The modlog does not give enough transparency. If I wholly remove that asshole’s comment, then I become an asshole too.

He is on-topic. Just poor quality drivel that contributes nothing of value. Normally voting should solve this. X number of down votes causes the comment to be folded out of view, but not censored. It would rightfully keep the comment accessible to people who want to pick through the garbage and expand the low quality posts.

Why voting fails:

  • tiny community means there can never be enough down votes to fold a comment.
  • votes have no meaning. Bob votes emotionally and down votes every idea he dislikes, while Alice down votes off-topic or uncivil comments, regardless of agreement.

Solutions:

I’m not trying to strongly prescribe a fix in particular, but have some ideas to brainstorm:

  • Mods get the option to simply fold a shitty comment when the msg is still on-topic and slightly better quality than spam. This should come with a one-line field (perhaps mandatory) where the mod must rationalise the action (e.g. “folded for uncivil rant with no useful contribution to the technical information sought”).

  • A warning counter. Mods can send a warning to a user in connection with a comment. This is already possible but requires moderators to have an unhuman memory. A warning should not just be like any DM.. it should be tracked and counted. Mods should see a counter next to participants indicating how many warnings they have received and a page to view them all, so as to aid in decisions on whether to ban a user from a community.

  • Moderator votes should be heavier than user votes. Perhaps an ability to choose how many votes they want to cast on a particular comment to have an effect like folding. Of course this should be transparent so it’s clear that X number of votes were cast by a mod. Rationale:

    • mods have better awareness of the purpose and rules of the community
    • mods are stakeholders with more investment into the success of a community than users
  • Moderators could control the weight of other user’s votes. When 6 people upvote an uncivil post and only 2 people down vote it, it renders voting as a tool impotent and in fact harm inducing. Lousy/malicious voters have no consequences for harmful voting and thus no incentive to use voting as an effective tool for good. A curator should be able to adjust voting weight accordingly. E.g. take an action on a particular poll that results in a weight adjustment (positive or negative) on the users who voted a particular direction. The effect would be to cause voters to prioritize civil quality above whether they simply like/dislike an idea, so that votes actually take on a universal meaning. Which of course then makes voting an effective tool for folding poor quality content (as it was originally intended).

  • (edit) Ability for a moderator to remove a voting option. If a comment is uncivil, allowing upvotes is only detrimental. So a moderator should be able to narrow the ballot to either down vote or neutral. And perhaps the contrary as well (like some beehaw is instance-wide). And perhaps the option to neutralise voting on a specific comment.

1
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]

When an arrogant presumptuous dick dumps hot-headed uncivil drivel into a relatively apolitical thread about plumbing technology and reduces the quality of the discussion to a Trump vs. $someone style shitshow of threadcrap, the tools given to the moderator are:

  • remove the comment (chainsaw)
  • ban the user from the community (sledge hammer)

Where are the refined sophisticated tools?

When it comes to nannying children, we don’t give teachers a baseball bat. It’s the wrong tool. We are forced into a dilemma: either let the garbage float, or censor. This encourages moderators to be tyrants and too many choose that route. Moderators often censor civil ideas purely because they want to control the narrative (not the quality).

I want to do quality control, not narrative control. I oppose the tyranny of censorship in all but the most vile cases of bullying or spam. The modlog does not give enough transparency. If I wholly remove that asshole’s comment, then I become an asshole too.

He is on-topic. Just poor quality drivel that contributes nothing of value. Normally voting should solve this. X number of down votes causes the comment to be folded out of view, but not censored. It would rightfully keep the comment accessible to people who want to pick through the garbage and expand the low quality posts.

Why voting fails:

  • tiny community means there can never be enough down votes to fold a comment.
  • votes have no meaning. Bob votes emotionally and down votes every idea he dislikes, while Alice down votes off-topic or uncivil comments, regardless of agreement.

Solutions:

I’m not trying to strongly prescribe a fix in particular, but have some ideas to brainstorm:

  • Mods get the option to simply fold a shitty comment when the msg is still on-topic and slightly better quality than spam. This should come with a one-line field (perhaps mandatory) where the mod must rationalise the action (e.g. “folded for uncivil rant with no useful contribution to the technical information sought”).
  • A warning counter. Mods can send a warning to a user in connection with a comment. This is already possible but requires moderators to have an unhuman memory. A warning should not just be like any DM.. it should be tracked and counted. Mods should see a counter next to participants indicating how many warnings they have received and a page to view them all, so as to aid in decisions on whether to ban a user from a community.
  • Moderator votes should be heavier than user votes. Perhaps an ability to choose how many votes they want to cast on a particular comment to have an effect like folding. Of course this should be transparent so it’s clear that X number of votes were cast by a mod. Rationale:
    • mods have better awareness of the purpose and rules of the community
    • mods are stakeholders with more investment into the success of a community than users
  • Moderators could control the weight of other user’s votes. When 6 people upvote an uncivil post and only 2 people down vote it, it renders voting as a tool impotent and in fact harm inducing. Lousy/malicious voters have no consequences for harmful voting and thus no incentive to use voting as an effective tool for good. A curator should be able to adjust voting weight accordingly. E.g. take an action on a particular poll that results in a weight adjustment (positive or negative) on the users who voted a particular direction. The effect would be to cause voters to prioritize civil quality above whether they simply like/dislike an idea, so that votes actually take on a universal meaning. Which of course then makes voting an effective tool for folding poor quality content (as it was originally intended).
  • (edit) Ability for a moderator to remove a voting option. If a comment is uncivil, allowing upvotes is only detrimental. So a moderator should be able to narrow the ballot to either down vote or neutral. And perhaps the contrary as well (like some beehaw is instance-wide). And perhaps the option to neutralise voting on a specific comment.
1
submitted 9 months ago by [email protected] to c/[email protected]

Has anyone encountered this? I didn’t talk directly to the plumber but was told they will not flush a 30+ year old tank. I wonder if the plumber is concerned that it’s so fragile that flushing would cause leaks.

[-] [email protected] 8 points 2 years ago* (last edited 2 years ago)

yeah it was tricky because the community name was overwritten with “[email protected]”. I was only able to rediscover what the original community address was by some strange anomaly ~~of like an autocomplete in a search field or something~~. The existence of the community is scrubbed even on lemmyverse.net.

(edit) And my subscription was quietly removed. What should have happened is the subscription link in my subscription list should have remained as text (not as a hyperlink). It should have gotten a strikethrough with a “💀” next to it. That’s another #LemmyBug for the pile.

[-] [email protected] 8 points 2 years ago* (last edited 2 years ago)

emphasis mine:

Anti-nuclear is like anti-GMO and anti-vax: pure ignorance, and fear of that which they don’t understand.

First of all anti- #GMO stances are often derived from anti-Bayer-Monsanto stances. There is no transparency about whether Monsanto is in the supply chain of any given thing you buy, so boycotting GMO is as accurate as ethical consumers can get to boycotting Monsanto. It would either require pure ignorance or distaste for humanity to support that company with its pernicious history and intent to eventually take control over the world’s food supply.

Then there’s the anti-GMO-tech camp (which is what you had in mind). You have people who are anti-all-GMO and those who are anti-risky-GMO. It’s pure technological ignorance to regard all GMO equally safe or equally unsafe. GMO is an umbrella of many techniques. Some of those techniques are as low risk as cross-breeding in ways that can happens in nature. Other invasive techniques are extremely risky & experimental. You’re wiser if you separate the different GMO techniques and accept the low risk ones while condemning the foolishly risky approaches at the hands of a profit-driven corporation taking every shortcut they can get away with.

So in short:

  • Boycott all U.S.-sourced GMO if you’re an ethical consumer. (note the EU produces GMO without Monsanto)
  • Boycott just high-risk GMO techniques if you’re unethical but at least wise about the risks. (note this is somewhat impractical because you don’t have the transparency of knowing what technique was used)
  • Boycott no GMO at all if you’re ignorant about risks & simultaneously unethical.
[-] [email protected] 8 points 2 years ago* (last edited 2 years ago)

the state itself relies on private enterprise to carry out its own public functions

It’s not inherently a problem that the gov uses private enterprise. E.g. the courts have bathrooms and those bathrooms have toilet paper. I would find it a silly extreme to draw a hard line and say the gov must produce its own toilet paper, for example, in order to be freely separate from the private sector.

But in some cases indeed the outsourcing is reckless. Such as when the US gov outsourced flight services to Lockheed Martin who was then caught asleep at the wheel (not responding to air traffic safety radio calls).

So I’m okay with private sector toilet paper, but not enthusiastic about the private sector doing tasks that need safety or privacy.

To address these two points:

  1. a right to be free from the private sector marketplace; and
  2. the right to be offline

Both are impossible to achieve under the capitalist mode of production.

I don’t think so. But perhaps you are thinking of them as absolute rights. None of the rights we have today are absolute rights AFAIK. The two rights above could be protected at least to the extent that they don’t interfere with other rights under capitalism.

Just as capital monopolizes our time in the workplace, it monopolizes our time outside of it. The majority of our interactions inside and outside the workplace, are subjected to “the private market”.

The private market in that context is optional in most of the world as I know it. You don’t have to work for someone else under the umbrella of a private company. If you want, you can work in the public sector directly for the gov, or you can scrap employment entirely and do the off-grid survivalist Henry David Thoreau thing.

If you want to get rid of this, you have to rid yourself of the private capitalist market economy itself.

I don’t think so. I’m not trying to stop Alice from working for Bob. Live and let live. We need not scrap capitalism entirely just to have alternatives. Alternatives can coexist.

Sure, you can log off, you can refuse to have a cell phone, you can refuse all the things which your are subjected to, but you will effectively be barred from participation in society as such. You can’t see the ebooks needed to go to school, you will have difficulty accessing banking services, etc…

When you say being offline bars someone from participation in society, that’s too abstract & overly generalized. If company X demands that I have a mobile phone (e.g. Twitter demands I share my GSM number which they verify via SMS), I can scrap both. It sounds like your complaint is that they are bundled - that I cannot use Twitter without a phone. That’s unfortunate but I would not go as far as to force all capitalist players to support customers who want to opt out of the rest of capitalism. For me it’s good enough¹ that I can reject Twitter and mobile phones both together.

The only problem I’m fixated on is when a public service forces me to gave a mobile phone or Facebook account. Fixing that problem does not require scrapping capitalism entirely. It merely requires a right to be offline and a right to be free from the private sector. If these rights were to exist & I were to invoke those rights in the Danish university, it would not require ending capitalism. It would just require the school to give RSA tokens as a 2FA alternative.

Footnote 1: I’m neglecting the separate problem that elected gov officials are exclusively microblog-reachable on Twitter. But I address that at the end.

Boycotts accomplish almost nothing, and are far harder to organize than many people think.

Some people think a boycott is necessarily organized with some kind of goal or expected impact. That is not at all what I meant. I have hundreds of boycotts going right now just by myself personally. 1-person boycotts. These are not to take down a company. My goal with my unorganized solo boycotts is to simply ensure that I am not part of the problem myself. And to that extent the goals are accomplished. I should have a right to boycott regardless of whether the boycott brings down the company. It is in fact the boycotter who decides what the goal is.

You may think a 1-person boycott is weak. But consider this: I was the only student who boycotted Facebook. All the other students, staff, and the school itself all used Facebook. But because I had my 1-person boycott, everyone in the school was forced to step outside of Facebook if they wanted to reach me. I abandoned the school shortly after entry, but I could have (or should have been able to) stay & argue that the school was denying me a right to public education by imposing Facebook. I missed announcements of official school seminars & events by not being in Facebook. You can fix that problem by making school comms in-house. You need not scrap all of capitalism.

Let’s say you boycott twitter and it goes bankrupt. Twitter2 will just do the same thing under a different name. Unless it becomes a public utility, it will be in private hands and exist to extract profit. The only way out of these problems is out of capitalism.

The only problem with Twitter under the thesis of my OP is that elected public reps are exclusively microblog-reachable on Twitter. And worse, Twitter is exclusive. But that could also be fixed by installing a “freedom from the private sector marketplace” in parallel with free speech (1A in the US), which would then force gov reps into the fedi. We don’t need the impossibly giant leap of making Twitter’s existence impossible; we just need some public/private separation. Schools and gov reps & other people working in the capacity of their public duty should be forced onto gov-operated fedi servers so they are reachable by the public. I wouldn’t give a shit if they still had Twitter accounts for personal use only. Live and let live while serving the /whole/ public.

I appreciate all your references. I’ll have to check them out.

[-] [email protected] 9 points 2 years ago

Ah, I had to zoom in to see “in trump we trust”. How disgusting.. that gives a bit more perspective.

[-] [email protected] 11 points 2 years ago

Yes, but sadly the contrary is happening. Restaurant owners now have a sneaky trick to increase tips in order to lower wages: you know those receipts & terminals that have a “suggested tip”? Yeah, those things.. they keep increasing. I was handed a PoS terminal in Netherlands (where tipping norms are like a couple euro), and the terminal asked me to tap for how much I want to tip which suggested as much as 25%.

It’s working, too. A recent article described how this trick is causing average tips to increase. So the #warOnCash is part of the problem.

[-] [email protected] 10 points 2 years ago* (last edited 2 years ago)

It would stop beneficial bots like the ones I create¹ as a small-time hobbyist because the little guy does not have the resources for this arms race. You may be right when it comes to large-scale scraping ops that are done by a business (e.g. scraping RyanAir or Southwest airlines so an airfare consolidation site can show more fares).

① e.g. I wrote a bot that scraped the real estate market sites, scraped the public transport sites, and found me a house with the shortest public transport commute.

[-] [email protected] 13 points 2 years ago* (last edited 2 years ago)

It’s bizarre that you think the EU market it small enough to be dispensable. When GDPR came into force, many US sites had to reject EU traffic. But that was only temporary for the most part. They knew it wasn’t smart for business to exclude the EU so they got their compliance issues sorted.

Hope you guys enjoy not being able to search for things.

I would love that actually. But it’s not reality. In reality what happens is the search engines deliver a shit-ton of unusable garbage results that I would rather not see. E.g. sites that block Tor users, CAPTCHAs, giant cookie popups, etc.

If a search engine were to filter out the garbage, it would be a great start to solving the shitty web problem.

[-] [email protected] 73 points 2 years ago* (last edited 2 years ago)

Ad pushing is only part of the problem… These tokens will kill the #InternetArchive Wayback machine. It’s anti-library tech.

Anti-bot tech is inherently anti-human.

[-] [email protected] 9 points 2 years ago* (last edited 2 years ago)

I don’t get the “/s”.

The #GDPR is absolutely a perfect example of ½-assed laws & loopholes. I have filed reports on dozens of GDPR violations; not a single one of them lead to enforcement. The GDPR is just a prop to make people feel comfortable as the EU destroys the offline infrastructure.

[-] [email protected] 13 points 2 years ago* (last edited 2 years ago)

That’s worrying just because I have a suspicion that there are accordion pipes. So I just did a test. Plugged the drain & filled the sink to the top with water. Pulled the plug and ran to the basement. There is a strong gushing from the main pipe. So I’d say at least most of the water is going to the right place. So certainly it’s not a case where the sewage found a complete alternate path. The clog is in fact gone. Though there’s always a chance of leaks, which in this case would be into or below a concrete slab.

If I’m in this forum asking why my whole kitchen floor smells like sewage in a few weeks from now, plz remind me about this.

[-] [email protected] 11 points 2 years ago* (last edited 2 years ago)

It’s a kitchen drain but not like in the US. Garbage disposals are banned here. So there would be no way for wipes, qtips, or anything bigger than a pea to enter the drain. It’s a terraced house in a dense city, so no trees, which likely rules out roots.

The city water is /very/ hard, and past residents likely put plenty of oil down the drain. Every time the drain regurgitates something, it’s a stinky white substance that appears to have coffee grounds embedded in it. I know not to put oil or coffee down the drain but past residents are another story. So I think a mass of fat, coffee, and minerals from the hard water could be culprits.

WRT using a pressure washer, I think that would be an option if there were a cleanout with a straight shot. That youtuber would probably be paralyzed when coming into a ridiculous series of tight 90s and no cleanout or vent, and possibly goffred pipes. Or does he have some kind of special extra flexible high pressure hose?

[-] [email protected] 22 points 2 years ago* (last edited 2 years ago)

Exactly.. that was constantly on my mind. Last time I hired a plumber to fix a leak while I was away, the plumber was incompetent. Did not find the leak (which was in /exposed/ pipework), charged 200 cash and ran with the money. The plumber actually charged 4 times as much as I paid a doctor to make a house call.

Some plumbers can legally buy sulfuric acid for this purpose. So in fact by law I was essentially being forced to hire a plumber, in effect.

My way of thinking is that I’m going to learn something & my tooling costs will be less than a plumber. I’ll “own” the problem for the next time. This one about drove me to the edge, considering I was about to experiment with borderline parasites.

A pro would have had an expensive snake cam.. so there’s that. I would not want to put my own snake cam down the pipe because it’s not made for such filthy environments.. would likely ruin the cam.

I blame whatever plumber installed the drain. They used many hard-right 90° fittings that hinder snakes. Then they installed no clean-out. And no vent. I also suspect the pipes under the floor may be goffred (accordian-like). So the lesson here is that snakes are not always the answer if the pipes are lousy.

view more: next ›

diyrebel

0 post score
0 comment score
joined 2 years ago
MODERATOR OF