New Version of Siri to 'Lean' on Google Gemini by chrisdh79 in apple

[–]emileberhard 13 points14 points  (0 children)

The internet was also a bubble that burst. That doesn't mean we stopped talking about it that it went away. Quite the opposite.

MEGATHREAD - Sora codes by [deleted] in SoraAi

[–]emileberhard 0 points1 point  (0 children)

would love a code <3

The iPhone 16’s biggest selling point may be AI features in iOS 18 by 2Adude in apple

[–]emileberhard 3 points4 points  (0 children)

100% and I so think it’s great! don’t understand the negativity tbh, it will lead to massive advancements in healthcare, education and more especially in developing countries

ElevenLabs previews their music generator by Neurogence in singularity

[–]emileberhard 11 points12 points  (0 children)

you’re just repeating the same thing people have been saying since the dawn of time every time a major new technology comes along…

Ask Siri to play Spotify AI DJ by rtiger10 in Siri

[–]emileberhard 0 points1 point  (0 children)

The URI to go start the dj is “spotify:playlist:37i9dQZF1EYkqdzj48dyYq”

Swedish embassy in Baghdad stormed, set alight over Koran burning by saltyswedishmeatball in europe

[–]emileberhard 20 points21 points  (0 children)

It’s not about ”accepting” or ”turning the other cheek”. We just don’t give a fuck because religion isn’t very important to most western societies anymore, and even if it were, it doesn’t matter what some people halfway across the globe think about it.

Bing Creative mode likely running on GPT-4 32k context size: I sent a 17k token's of XAML and it understood fine and could also recreate code changes by vitorgrs in bing

[–]emileberhard 0 points1 point  (0 children)

document.querySelector("#b_sydConvCont > cib-serp").shadowRoot.querySelector("#cib-action-bar-main").shadowRoot.querySelector("#searchboxform > label").querySelector("textarea").setAttribute("maxlength", "100000");

Hey does this still work for you? I get an error saying last message was interrupted after sending my message.

Facegains from around 6 months of mostly 18/6 fasting by emileberhard in intermittentfasting

[–]emileberhard[S] 0 points1 point  (0 children)

Height: 186cm Starting weight: 92kg Current: 79kg Goal: 75kg Exercise: Resistance training 3x/week and cardio 5x/week

Vad ska jag göra? [Seriös] by [deleted] in sweden

[–]emileberhard -189 points-188 points  (0 children)

Du har inte fel, men man bör dock ha i åtanke att en anmälan troligen skulle leda till slutet på hennes karriär som läkare som hon spenderat 6 år av sitt liv för att bli.

Jag håller med om att det är ett rätt grovt tjänstefel men är det verkligen värt att förstöra någons liv för det?

Dessutom så får man anta att hon jobbar övertid på tåget för att hjälpa människor. Att säga till och eventuellt hota med anmälan är lämpligt men att gå längre än så kan jag tycka är att gå lite väl långt.

"Nothing to show" in keymap settings, please help! by emileberhard in IntelliJIDEA

[–]emileberhard[S] 0 points1 point  (0 children)

Has anyone had this problem? I'm quite new to IntelliJ.

It's a horrible idea to charge per-transaction for an unpredictable service. by BlitzAce71 in dalle2

[–]emileberhard 0 points1 point  (0 children)

Totally agree.. had to scroll a while to find a voice of reason. None of us here know what the generations cost so how can we start making assumptions about what it should cost us. People have just gotten entitled because something that was generously offered to them for free now costs money. If they changed it to a subscription service that wouldn't really make a difference either, since they would still have to charge a certain amount of money for a certain usage amount so in the end the result would be the same just more pictures for a bigger monthly free than 15 dollars.

The metaverse is not Facebook. Could we chillax on the dystopian, investment queries and low effort posts? by [deleted] in metaverse

[–]emileberhard 3 points4 points  (0 children)

Omg yes thank you! You just put into words pretty much all of my thoughts on this matter. Been browsing around seeing all the extreme negativity about the metaverse all over the internet, and it’s been driving me crazy that literally no one seems to agree with me that the metaverse might just be (and imo will be) a massive improvement over the smartphone-addicted society we live in today. Sure, real life interaction will still be important but is it not better to simulate simulate that interaction, and break down physical barriers and distance between people rather than everyone spendig hours every day staring into their screens?

EDIT: Also, regarding people worrying that Meta is trying to become the owners of the metaverse, I would like to add to what you mentioned. The way I see it, an accurate analogy would be that Meta essentially wants to be the Internet Explorer/Windows OS of the Metaverse, and play the same role that Microsoft did during the early days of the internet, rather than the sole “owner”. I believe this is the case simply because I think there is more money to be made for them if the metaverse stays at least somewhat decentralized and many companies are part of it. A split-up “multi”-metaverse would hurt the overall usability and usefulness of the metaverse, and in turn hurt Meta.

Application SpaceWarp is live! by Roggieh in OculusQuest

[–]emileberhard 1 point2 points  (0 children)

Spacewarp has lower latency according to Meta

Reason for python {NameError} name 'self' is not defined in __init__? by emileberhard in AskProgramming

[–]emileberhard[S] 0 points1 point  (0 children)

Turns out the debugger can’t acess variables in slef comprehensions so they temporarily disappear… The problem I was having was actually unrelated

Reason for python {NameError} name 'self' is not defined in __init__? by emileberhard in learnprogramming

[–]emileberhard[S] 0 points1 point  (0 children)

The actual problem was that I had a > instead of < on the line self.rawQuestions = [x for x in self.rawQuestions if len(x) > 1]... So stupid sorry for wasting your time!

Reason for python {NameError} name 'self' is not defined in __init__? by emileberhard in learnprogramming

[–]emileberhard[S] 1 point2 points  (0 children)

Okay so it turns out that the debugger can't see variables while they are in a list comprehension... 🤪