glibg10b

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

emaciated

I guess that's my word of the day.

Not sure why you brought up masculinity, though — I'd argue that getting your balls cut off doesn't make you any less of a man. It certainly does expand your repertoire of safe and comfortable seating positions, though.

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

Man's sitting like he's been castrated

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

Reddit tier comment

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

Making art and writing just happens to be easy to automate with neural networks and machine learning, neither of which was originally researched for the purpose of replacing artists and writers.

Good luck disassembling a ship with a neural network. And maybe do some research about the difficulties of application-specific robotics.

[–] 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 15 points 8 months ago

You're not allowed to call your own meme funny

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

Base-3: 15 bits
Legal states only: 13 bits
Redundancy due to symmetry eliminated: 12 bits
Combining the previous two: I estimate 10 bits

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

15 bits is possible if you encode the state in base-3, where each digit represents one of the cells

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

property

That's an interesting way to spell proprietary

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

may be derived from “George Stick”

Was the personal computer invented by "John Computer"?

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

may be derived from “George Stick”

This sounds like a joke

 

Two years ago, a feature was added to Android 12 where the previous audio source would fade out when a different source starts playing (e.g. you start a YouTube video while music is playing).

A post was made on XDA on 18 May, 2021:

Audio focus is determined by the app in question that's playing media. Google explained that when an app requests audio focus while another app has the focus and is playing, the framework forces the playing app to fade out. This will be a nice change because instead of another app abruptly ending its audio stream whenever the user starts another session, Android 12 will nicely fade out the old stream that's lost focus.

I remember being very impressed with this feature and found it satisfying every time. However, after buying a Samsung Galaxy A24 running Android 13, I was disappointed to discover that this feature is missing.

This is yet another reason why I can't wait to install a custom ROM on this phone. For now, though, I guess I'll just have to wait.

 

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"

 
 

 
 

I couldn't find a solution on the internet when I had this problem, so I thought I might share this with other people who run into it.

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: ‹ prev next ›