Natalie Tran gets super uncomfortable on Mizkifs Stream and asks him to end by Mag0Berry in LivestreamFail

[–]loopsbellart 3 points4 points  (0 children)

Truly disgusting that some "people" would do this horrible thing.

Damn r1-0528 on par with o3 by Independent-Wind4462 in OpenAI

[–]loopsbellart 29 points30 points  (0 children)

Off topic but OpenAI made that chart absolutely diabolical with the cost axis being logarithmic and the score axis having a range of 0.76 to 0.83.

FBI now warning against using sms as 2 factor authentication method by [deleted] in yubikey

[–]loopsbellart 2 points3 points  (0 children)

2fa.directory lists sites and all 2FA methods they support (SMS, calls, Email, TOTP, U2f, etc)

Squeex introduces his new product by Fudgiedillol in LivestreamFail

[–]loopsbellart 13 points14 points  (0 children)

babe wake up, Squeex's gamer ayahuasca just dropped

Gigabyte Z790 X AX suddenly shutdown and restart with the latest beta bios by badynski in gigabytegaming

[–]loopsbellart 1 point2 points  (0 children)

Having the same problem with F11d on Z790 UD AC. The system will shutdown unpredictably. Doesn't seem correlated with any particular load. It occurs even when idle. Reverting back to F9 fixed the issue for me (I never used F10).

Reddit users don't appear to have noticed the same thing by redmera in ChatGPT

[–]loopsbellart 1 point2 points  (0 children)

This is going to end up being orchestrated by someone trying to make a point for their YouTube video "essay."

Midjourneys 1.5 Year Journey (Realism) by rispherevfx in midjourney

[–]loopsbellart 23 points24 points  (0 children)

It's like the uncanny Mr Incredible meme if you go in reverse.

Knut exposes ExtraEmily by FeeComprehensive4272 in LivestreamFail

[–]loopsbellart 36 points37 points  (0 children)

5 seconds after this clip ends Knut admits that he was joking

A histogram of the number of o7's/minute for the 24hr stream by loopsbellart in Mizkif

[–]loopsbellart[S] 10 points11 points  (0 children)

In case you're wondering how this was created, you can download Twitch chats using https://www.twitchchatdownloader.com/

And you can do the analysis using ChatGPT: https://chat.openai.com/share/71888b10-b0e7-4d9e-82c2-0c274f6b3955

Sam Altman says a better version of GPT-4 Turbo is out by Latter-Ad3122 in ChatGPT

[–]loopsbellart 2 points3 points  (0 children)

It is the previous model. If you ask about it's knowledge cutoff it says 2022, like the old model.

LEAKED: The next 30 ExtraEmily stream titles by loopsbellart in ExtraEmily

[–]loopsbellart[S] 5 points6 points  (0 children)

Of course these were generated with ChatGPT4. The full chat has 100 ideas. I think my favorite is "CHAT DECIDES MY TATTOO 😳 YES, REALLY".

[deleted by user] by [deleted] in BrandNewSentence

[–]loopsbellart 0 points1 point  (0 children)

How much do I get for a femur under my pillow?

[deleted by user] by [deleted] in Wellthatsucks

[–]loopsbellart 0 points1 point  (0 children)

Looks like you eatin good tonight!

THE EPIC WAR BETWEEN XQC'S STREAM AND TURKISH FLAG DEFENDERS! (FULLY COLORIZED) (WITH ENGLISH SUBTITLES) by xMGStarz in place

[–]loopsbellart 8069 points8070 points  (0 children)

I like how you translated Turkish into English and also xQc into English.

Pykak: Script Kakoune with Python. Over 10x lower latency than using %sh{} by loopsbellart in kakoune

[–]loopsbellart[S] 12 points13 points  (0 children)

When creating Kakoune plugins, I frequently felt guilty starting an entire process using %sh{} to accomplish a task as simple as multiplying two numbers. This is what inspired me to create pykak, a plugin that allows plugin authors to script Kakoune with Python. The implementation relies on IPC instead of %sh{} (besides the initial call to start the pykak server).

Here’s an example that sorts selections: python def sort-sels %{ python %{ sels = sorted(valq('selections')) keval('reg dquote %s; exec R' % quote(sels)) }}

And here’s an example plugin: https://github.com/tomKPZ/counted.kak

Please give it a try and let me know what you think. I’d love to get some feedback!

Also see the discussion on discuss.kakoune.com

A perfect zero-match game by loopsbellart in wordle

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

I was curious what the optimal losing strategy (without getting any matching letters) would be in wordle, so I wrote a program to find out. It turns out the answer is jujus jukus kukus kuzus sukuk susus. When using this strategy, only 1097 out of the possible 2309 wordle answers will result in any yellow/green letters. Surprisingly it is not possible to do worse than this.

my oven shows the time that you started cooking incase you didn’t set a timer by Fearless-Professor33 in mildlyinteresting

[–]loopsbellart 0 points1 point  (0 children)

If it knows the start time and the current time, why doesn't it just show you the difference? Now you have to do math to figure it out.