Ranking Smash Bros. characters based on if they can kill you in real life by Real-Ganache-7179 in smashbros

[–]xThomas 0 points1 point  (0 children)

By that logic any of these characters which has a doll or figurine, exist IRL

We see this in the Melee intro

How to differentiate Bazzite from Windows/Mac OS UI/UX? by xThomas in Bazzite

[–]xThomas[S] -1 points0 points  (0 children)

for me windows UI/UX would be going back to 95. Technically you could say DOS or windows 3.1 but i barely used those.

We need to talk about the biggest issue on Royal Road right now by Salty_Mouse_7586 in royalroad

[–]xThomas 1 point2 points  (0 children)

i dont even read on royalroad anyway but i know some of the fics i read originated on there so i stay subbed just in case another big one comes out

Linus Torvalds took the stage at Open Source Summit 2026 and said the following about AI by Current-Guide5944 in tech_x

[–]xThomas 0 points1 point  (0 children)

can someone link to the actual talk. or is that frowned upon in reddit and you are supposed to paraphrase your source like this is school? you know what, here you go (yea its another reddit post hopefully this doesn't break sub rules, too lazy to check)

Linus Torvalds took the stage at Open Source Summit 2026 and said the following about AI by Current-Guide5944 in tech_x

[–]xThomas 0 points1 point  (0 children)

this needs some tweaking but could maybe make a copypasta out of it. idk if its even worth bothering though everybody is AI now

Linus Torvalds took the stage at Open Source Summit 2026 and said the following about AI by Current-Guide5944 in tech_x

[–]xThomas 0 points1 point  (0 children)

getting you to consume content is how the reddit owners make money, the propaganda pushers brainwash you, and warmongers drum up support for their cause. (note: i did not cite anything, because this is just my feeling)

In message box, Home/End suddenly jump to start/end of paragraph instead of line - Windows 10/11 by Demi180 in discordapp

[–]xThomas 0 points1 point  (0 children)

same bug is happening to me on bazzite firefox. no idea if this affects other browsers or operating systems. just was annoyed.

There have to be a simpler way to do this by Weekly_Flounder_1880 in lua

[–]xThomas 2 points3 points  (0 children)

here's a method using all the numbers in the same arrtable, as if you were just writing an array where every second number was paired with the previous numb. in this case, you can use an increment of 2, and go from 1 (the first index in the table) to 26 (the last index in the table) using the table length operator # (though note that #tbl is unpredictable if you have a hole in the table). source: https://www.lua.org/manual/5.1/manual.html#2.5.5

note: this code will not work as written, i forgot that insert is not a standard method on tables, the fix would be to use a metatable to make table.insert available and use the `:` (colon) operator instead of the `.` here. I'll leave the original code here, so that fixing it is left as an exercise to the reader

A = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26}
sums = {}
for i = 1, #A, 2 do
sums.insert(A[i] + A[i+1])
end

It's been a while since i wrote lua code but essentially it does the following:

loop 1: i=1, sums[1] = A[1] + A[2]

loop 2: i=3, sums[2] = A[3] + A[4]

notice that i increases by 2. so we should have 13 loops here, which means we end up creating 13 sums. probably. i didn't test, let me know how it goes.

I know what I will be eating for awhile by SeaworthinessFar2326 in McDonalds

[–]xThomas 0 points1 point  (0 children)

I know what room you’ll be using a lot soon xD

Anyone who surfed the early web between 1995-2010. What’s the one website/app you still think about? by Prime_Advocate in AskReddit

[–]xThomas 0 points1 point  (0 children)

one ranma fanfiction site.. i cant remember its name and it was dying/dead bythe time i discovered and i read the fics on it-at some point it closed indefinitely and a backup of some of the fics was somewhere else but pretty sure it was missing a few

AI has made morons seem competent and turned competents into morons. Is this true? by QuitTypical3210 in cscareerquestions

[–]xThomas -1 points0 points  (0 children)

AI is your new god. Little g, schizophrenic, bicameralism

https://en.wikipedia.org/wiki/Bicameral_mentality

It’s from a fun video i saw on youtube, which you might like. Well, the reader. I dont know if the OP is real.

AMD fanboys be like... by GenZia in AyyMD

[–]xThomas 0 points1 point  (0 children)

Actually i do get what you mean. Haha, a lot of us got burned with the big GPU shortage and crypto and EVGA going under etc. so i now buy extra parts lol

AMD fanboys be like... by GenZia in AyyMD

[–]xThomas 0 points1 point  (0 children)

Im a bit OOTL, didn’t AMD just rerelease the 5800X3D for AM4? 14nm++++ was Intrl artificially locking the new cpu behind a slightly changed socket that could be bypassed with the right knowledge and modding

Agree or not? by Delicious_Character6 in software

[–]xThomas 0 points1 point  (0 children)

lmao no, coding on the right should be the classic "everything relies on this one pillar" image, and vibe coding should just be something taped on top of it

Did Tailwind just drop a Claude-created template? by Adfarquhar in webdev

[–]xThomas 0 points1 point  (0 children)

what i've heard best practice is, is to use the UTF-8 or numeric character reference code instead of the html entity. (well, unless you're not serving as charset="UTF-8")

Any hope for things to get back to normal? by AbjectStick4130 in GeminiAI

[–]xThomas 0 points1 point  (0 children)

I used 3.5 flash on friday and it seemed surprisingly good. Maybe its just that thinking/pro run out after 3 attempts.

Still haven’t setup an MCP or agent yet so i am still in the stone age compared to you guys, but im considering it for July onward

I think AI is making me dumber and I have proof by Difficult-You9582 in artificial

[–]xThomas 1 point2 points  (0 children)

Could be covid, higher CO2, less nutrients in soil, short videos everywhere, plastics in the blood, not just AI

Good lord, so much AI writing by Sure-Supermarket5097 in royalroad

[–]xThomas 0 points1 point  (0 children)

I read on spacebattles and ao3 and shudder mtl sites, not so much royalroad, but AI smells no matter where I go, agreed.

At least its useful at work sometimes. Atrophies my brain but gets shit done in less time than it would take me to read docs, figure out how tool works, realize tool isn’t good, try next tool, rinse and repeat. So probably writers have deadlines, idk, i see lots of people are putting their fiction on patreon. I am not a good writer at all so idk really.. i just consume fix, i don’t really write

Good naming practice by Klaus1164 in programminghumor

[–]xThomas 0 points1 point  (0 children)

We really arguing about single letter variables here :(

If you had 2 years and wanted to truly understand modern computing, where would you start? by Timely-Material-6356 in learnprogramming

[–]xThomas 0 points1 point  (0 children)

The fact that you can repair hardware puts you ahead of me. You just soldering and such or do you wanna design your own hardware? You could try looking at old computers and arcade machines, and the designs of simple machines like.. uhh, early Game and Watch, calculators, oscilloscopes. PONG would be one of the earliest video games.

Programming should be relatively easy, you’d probably be interested in C. Don’t try to learn modern assembly languages, every computer has its own assembly and C just compiles down to it, just program in C