• 3 Posts
  • 39 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle

  • There are still phones that have it. Sometimes even pretty good ones. It’s just that they are not advertised so heavily. I recently learned about HTC U23 or 24 or something. Now I feel dumb because I never bothered to check because I always thought all good phones don’t offer headphone jacks anymore.


  • exocortex@discuss.tchncs.detoMicroblog Memes@lemmy.worldAny ideas?
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    28 days ago

    It depends.

    It’s the reason I stopped making so much fun of people that recreate the “MAMIL” trope - “Middle Aged Men In Lycra”. Meaning men who start their midlife crisis buying an expensive bicycle with neon-colored bicycle clothes and bicycle glasses and all the other stuff.

    Why don’t they just start riding their bicycle they already got? They can use their sunglasses and normal sport shorts. What’s the problem?

    But I some cases or age-ranges people want to make a change and get out of their usual habits. A real phase shift. People think they want to work out more regularly. Or really start a new hobby. Buying a bunch of expensive stuff can increase the need to go through with this phase shift - at least in the minds of the people buying it.

    As an adult picking up a new hobby often means that other things in their life have to make room. It’s usually not that adults in their (let’s say) mid 30s until early 50s have problems filling their day. So whatever new hobby or task they want to do has to push away other habits and stay there until these new habits can take root.

    So starting with some expensive shit can be something I can understand - if one has the money.

    If I would start making music again, I’d probably start by buying an expensive synth like the super-6 from UDO (that I always wanted to buy) instead of a bunch of bleep-bloop-machines that need a lot of initial time for understanding them and then only fulfill one specific function in my music.



  • exocortex@discuss.tchncs.detomemes@lemmy.worldSwift? more like Supersonic
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    1 month ago

    True.

    I’m very much opposed to and sad about an international pop star and apparent progressive taking a private jet all the time.

    But there’s two things at play that should be differentiated.

    1. The role model aspect. She has millions of fans that look up to her. She could lead by example and use different means of transportation.
    2. She’s obviously a unique figure. She’s not replaceable or generic in the position she’s at. Her “position” cannot be replaced by someone else as would be possible with the Starbucks CEO. She’s not “some CEO” taking a Jet to work and thereby normalizing this as a habit for CEOs". Right now there are few if any other celebrities with her status l, so she stands for herself.

    The precedent of Starbucks CEO commuting by jet is much more of a blueprint that might be applied to other CEOs. Or already is. I don’t even know his name FFS. So he’s making a precedent that a lot of other people could readily adapt.

    I don’t want to excuse anything. I just think that it would be more beneficial to attack CEOs for taking private jets. There’s a lot more of them. They areuch more susceptible to the pressure if the companies is seen as a polluter than Taylor Swift might be. She’s much more independent than any CEO. She doesn’t have to worry if the board of directors or the shareholders are going to replace her if her if her habits are becoming a PR problem. So our energy might be more productively applied elsewhere.

    I’m still sad about a seemingly progressive and apparently Intelligent pop star like her flying that much.




  • It cannot “analyze” it. It’s fundamentally not how LLM’s work. The LLM has a finite set of “tokens”: words and word-pieces like “dog”, “house”, but also like “berry” and “straw” or “rasp”. When it reads the input it splits the words into the recognized tokens. It’s like a lookup table. The input becomes “token15, token20043, token1923, token984, token1234, …” and so on. The LLM “thinks” of these tokens as coordinates in a very high dimensional space. But it cannot go back and examine the actual contents (letters) in each token. It has to get the information about the number or “r” from somewhere else. So it has likely ingested some texts where the number of "r"s in strawberry is discussed. But it can never actually “test” it.

    A completely new architecture or paradigm is needed to make these LLM’s capable of reading letter by letter and keep some kind of count-memory.



  • Well, but general relativity teaches us that all coordinate systems (also constantly moving, but not accelerating ones) are equally relevant. This means that the one with earth as it’s origin is as correct as one where with the center of the galaxy (or the sun ) as is every other. So the one where earth moves somehow through space is just as random as any other.


  • me too! I shattered the screen of my pixel 4a and without much thinking I bought a used Pixel 6a off ebay. (I needed a phone quick that worked and the shattered screen was somehow disrupting the touch -accuracy. Now I have a phone without a headphone jack and its seriously an issue. Bluetooth is still not usable. There’s so many situations where it suddenly doesn’t work. Then I have to restart my headphones or fiddle around with bluetooth. It’s seriously annoying. A fucking cable is the superior technology - still!


  • I’m pretty similar. I don’t have an analog camera myself, but I’m using one. I Like that the cost of a picture (both in money and in Work that i have to do for getting and developing Film ) forces me to BE more considerate about what to Photograph.

    I also have an old Tapedeck (Yamaha K350) where I’m still planning to replace the ribbon as well. I started making Mixtapes a few years Back.

    And I buy CDs. It’s the best time to buy them IMHO. People sell them very cheap on eBay.

    Edit: And I have an old iPod 6th gen with Rockbox that I use almost every day. -> 3.5mm jack is also apparently an old technology that I find Superior.


  • I recommend trying another linux distro for a while. Arch has a pretty steep learning curve. So big respect for getting it to work as a first distro, but there is a lot of stuff you have to setup manually that just works on other distros. If you got more stuff working and get a little more familiar you can always go back to arch.

    I use arch nowadays, but the first time i tried to install it i basically gave up a few times. If you just want to try it out in order to learn then it’s perfectly cool to take some time. But if your goal is to play games then arch is just a means to an end. Then it becomes really annoying, because you cannot reach your goal.



  • I have no idea how to fix the problem, but I’ve read somewhere that burn (a relatively new machine learning framework in Rust) is capable of loading models like stable diffusion. As Burn is built with webGPU and all the shader transpiler-stuff that comes with it doesn’t that mean that it can also run easily on (even older) AMD cards? I think what’s lacking is equal performance as nvidia drivers are heavily optimized already.

    Maybe someone knows more here?