glibg10b

joined 1 year ago
[–] glibg10b@lemmy.ml 8 points 8 months ago (2 children)

Ad hominem dodging of the question. Classic.

 
[–] glibg10b@lemmy.ml 9 points 8 months ago* (last edited 8 months ago) (1 children)

I traced this baby back to January 19th, 2004: https://craphound.com/spamsolutions.txt

[–] glibg10b@lemmy.ml 53 points 8 months ago (2 children)

Web browsers facilitate piracy too

[–] glibg10b@lemmy.ml -1 points 8 months ago
[–] glibg10b@lemmy.ml 8 points 8 months ago (1 children)

I learned about this yesterday from a TheOdd1sOut video. The frequency illusion is real.

[–] glibg10b@lemmy.ml 3 points 8 months ago

property

That's an interesting way to spell proprietary

[–] glibg10b@lemmy.ml 33 points 8 months ago (7 children)

may be derived from “George Stick”

Was the personal computer invented by "John Computer"?

[–] glibg10b@lemmy.ml 48 points 8 months ago (3 children)

may be derived from “George Stick”

This sounds like a joke

[–] glibg10b@lemmy.ml 1 points 8 months ago (1 children)

This can be automated by an app with Shizuku integration, but Shizuku unfortunately needs to be set up every time the device is rebooted.

[–] glibg10b@lemmy.ml 7 points 8 months ago (3 children)

you can adult without that skill

Thanks, that makes me feel better about my adultery skills

[–] glibg10b@lemmy.ml 3 points 8 months ago

I believe there's an LSposed module that lets you enable or disable each direction individually

 

cross-posted from: https://lemmy.ml/post/9114359

My motherboard provides 4x USB 3.2 Gen1 ports for rear I/O and another 2x USB 3.2 Gen1 ports for front I/O (through the header), but my chipset only supports 2x USB 3.2 Gen1 ports. Where is the support for the other ports coming from?

Motherboard Wikipedia
Motherboard rear I/O: 2x USB 2.0 ports, 4x USB 3.2 Gen1 ports, 2x USB 3.2 Gen2 portsMotherboard headers: 4x USB 2.0 ports, 2x USB 3.2 Gen1 ports Wikipedia B450 chipset: 6x USB 2.0 ports, 2x USB 3.2 Gen1 ports, 2x USB 3.2 Gen2 ports

The motherboard is an ASRock B450M Steel Legend

9
submitted 11 months ago* (last edited 11 months ago) by glibg10b@lemmy.ml to c/lemmy_support@lemmy.ml
 

Images aren't loading for me on rc10/rc11. I didn't have this issue on rc8/rc9.

Opening an image in a new tab shows the following response:

{"error":"auth_cookie_insecure"}

Edit: fixed

 

This post was apparently posted at 11:08 GMT+2, which is almost two hours in the future from now.

This is obviously a bug, but is it a frontend or a backend issue?

 

User jAm-0 has issues getting into and out of his phone's bootloader. He attributes this to the bootloader being corrupt and wants to replace it.

jAm-0 posts "Is it possible to re-flash the stock bootloader? I believe mine is corrupt somehow. It's a bit hard to explain how it's acting without actually seeing it, but it acts sporadic and barely works half the time. For example I can't reboot into the bootloader via adb, trying to power off the phone via bootloader doesn't work, and 9/10 times I try to turn my phone on it goes right to the bootloader."

User return.of.octobot provides instructions to allow reflashing the bootloader. One of the steps is to run fastboot flashing unlock_critical, which allows the bootloader to be overwritten.

Overwriting the bootloader is the only way to hard brick most devices, and fastboot flashing unlock_critical tells Android you don't care and are willing to take the risk. Hard bricking makes a device unfixable on the software level.

return.of.octobot provides instructions, including the step of running fastboot flashing unlock_critical, without any disclaimer

jAm-0 has another question and receives responses from return.of.octobot and another user, nrage23. Again, no disclaimers are given and the word "brick" isn't even brought up.

nrage23 responds to another question with "You have to do the flashing unlock critical if you have not to flash things like bootloader, boot, and modem."

jAm-0 hard bricks their phone.

after nrage23 responds to the same question, jAm-0 responds with "Great to know, thanks for the info. Too bad my phone is hardbricked now. Wont power on. Wont connect to pc. No fastboot. No recovery. Beautiful paper weight"

 
 

Think about it: Lemmy provides you with a ready-made frontend and backend


all you have to do is host your own instance of it. The following could all have been implemented as Lemmy instances, had it existed at the time:

Of course, these all have very different rules and frontends, but those can still be changed.

In addition, members of other instances can visit these forums without having to create new accounts, thanks to everything being federated.

Isn't that cool?

 
1
submitted 1 year ago* (last edited 1 year ago) by glibg10b@lemmy.ml to c/lemmy@lemmy.ml
 

Consistency

As you may know, a message written in one Reddit client doesn't display the same in another. Here's an example:

Example

```
First line
Second line
```

reddit.com and the official app both render this correctly:

First line
Second line

old.reddit.com, however, renders everything on one line:

First line Second line

They also differ in how they render subscripts with parentheses (a^(\(b\))), nested subscripts (a^b^c), and code blocks and lists that immediately follow text.

Lemmy doesn't have these issues, since its Markdown specification is clearly defined.

Images

On Reddit, if you want to add images to a text post, you have to use the Fancy Pants editor on reddit.com. If you attempt to edit such a post on the official app, a third-party app, old.reddit.com or the mobile site, these images simply turn into links. Additionally, you can't attach images in comments.

Lemmy lets you attach images from anywhere, including comments.


Source Rendered
![Lemmy logo](https://join-lemmy.org/static/assets/images/lemmy.svg) Lemmy logo

Multi-line spoilers

Lemmy lets you clean up your post using spoilers:


Source

Heading Content

Rendered

Heading

Content


Subscript text

Source Rendered
H~2~O H~2~O
view more: next ›