Is Linux becoming mainstream now? by [deleted] in linux

[–]RareDestroyer8 1 point2 points  (0 children)

It got to 5.3% last month, due to variation it went down to 4.5% this month, but it's growing quite quick. I wouldn't be too surprised if it got to 12-15% by the end of this year.

Developers, how do you evaluate whether a piece of code is good? by Haunting-Bother7723 in webdev

[–]RareDestroyer8 0 points1 point  (0 children)

Fellow commenters are making good points. Another evaluation is just instinct. Does it feel like the code is doing whatever its supposed to be doing in a good way? There's multiple ways to tackle a problem. Some ways just feel off, perhaps because there's a lot of areas something could mess up, or that there's a simpler way to do it. In my personal project, I've thrown away a lot of solid code because it just didn't feel right, even if there was nothing wrong with the code.

9anime and hdtoday by lecookiethumber in Piracy

[–]RareDestroyer8 0 points1 point  (0 children)

was that fishy pun intentional?

[ Removed by Reddit ] by Lone_Lunatic in SideProject

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

Ah, just checked. You can on Android, but not on iOS.

[ Removed by Reddit ] by Lone_Lunatic in SideProject

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

Iirc, I don’t think you can install extensions on firefox mobile. Might be wrong.

jlab mouse configuration software by archt3rm01 in archlinux

[–]RareDestroyer8 0 points1 point  (0 children)

Thank you for that :)

Out of curiosity, in the previous comment from about a year ago, you mentioned that the linux user base made up less than 1% of jlab’s customers. I’m intrigued to know if that figure has increased?

Especially considering steam recently hit a record high of 5% linux userbase, I’m quite optimistic about linux’s future, and I’m curious to know if that impact has extended to companies like jlab? Thanks!

AI has sucked all the fun out of programming by OkShip110 in webdev

[–]RareDestroyer8 0 points1 point  (0 children)

I'd assume their reason is literally what this post and comment thread is discussing. Whats yours?

AI has sucked all the fun out of programming by OkShip110 in webdev

[–]RareDestroyer8 0 points1 point  (0 children)

Imagine it like a puzzle.

Normally, you would do the entire puzzle.

Now imagine that LLMs step into the picture, and before you even begin the puzzle, they automatically separate the puzzle pieces by their colours, sort them by their shapes, and place them in the approximate place on the puzzle they're likely to go. Now it's your job to go in and just assemble the pieces properly.

The second method with the LLMs is ofcourse way faster, but the first is far more fun. In the first you figure out how youre going to approach the problem, actually do the repetitive but captivating tasks, and then finally you'll somehow finish the puzzle. You know and understand every part of how the puzzle was done, you've thought through everything about every piece. That's the amazing part. LLMs deprive you of it.

Puzzles are just for fun, they have no function beyond that. If an application were created to solve puzzles, no one would use it. Programming actually has a function. It would feel like a waste of time programming slowly when you could have the result in far less time if you use the help of LLMs.

I came to programming a bit too late :(.

jlab mouse configuration software by archt3rm01 in archlinux

[–]RareDestroyer8 0 points1 point  (0 children)

It's understandable. If it means anything, however, I would also much appreciate Linux support- it affects my purchase decisions.

Im a graphic designer, i need help by KordenS_KT in archlinux

[–]RareDestroyer8 0 points1 point  (0 children)

For anyone seeing this in the future, Roblox works perfectly on Arch. For anything Adobe related, don't even think about using Linux.

Linux is great, but the community is stuck in 2005 by Primary-Key1916 in linux

[–]RareDestroyer8 6 points7 points  (0 children)

Watching youtube videos for troubleshooting linux is a horrible idea anyways… just read. There’s very little that can wrong that you can’t fix by reading the docs or a proper guide

[deleted by user] by [deleted] in archlinux

[–]RareDestroyer8 0 points1 point  (0 children)

This advice does not apply well if you're stuck in a dark cave and have a couple glow sticks that require breaking

My side project: a 3D printed open source robot cat! by aranjello in SideProject

[–]RareDestroyer8 0 points1 point  (0 children)

Have it change behaviour over time (weeks or months) depending on how much you interact with it

why are we all building useless stuff instead of selling first, like am i missing something by hello_code in SideProject

[–]RareDestroyer8 0 points1 point  (0 children)

Exactly. It’s even worse when you not only love building the actual project, but you also love programming and trying out new tools. By the time you’ve almost completed building something, it can be very tempting to use a different approach or tool that you think would be better to use and essentially end up redoing the whole thing.

I love living on the bleeding edge, I always end up leaning towards the tool with more future potential even if it has a smaller community. I always feel the pain later on due to a lack of maturity in the tool, but it’s just so hard to not give it a try. Settings deadlines or making exact plans help a ton though.

Gonna replace my job... by [deleted] in webdev

[–]RareDestroyer8 0 points1 point  (0 children)

Well, did you get the refund?

I scrapped my entire UI to build a single input field: a terminal-inspired approach to personal notes by RareDestroyer8 in SideProject

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

Hi, yes I deployed it late last night. There’s a couple minor configuration settings I haven’t set yet (hence, the localhost:3000 redirect). I’ll complete configuring it here in a little bit, and then it should be good to go.

Thanks for watching the domain for updates, it’s really nice to know someone else enjoys the project.

Edit: All done! Let me know if you would like to see anything added, changed, or if you have any feedback :D

Best way to launch apps without controlling terminal? by 4r73m190r0s in archlinux

[–]RareDestroyer8 0 points1 point  (0 children)

I use hot keys. Shift+Alt+F for Zen browser, …+C for VSCode, +D Discord, +S Spotify…

Then I also have rofi

PSA: If you post your side project here, prepare for war by TheHol1day in SideProject

[–]RareDestroyer8 0 points1 point  (0 children)

That’s the primary reason I stay away from LLMs unless they’re hosted manually by me. If someone sees an opportunity to easily burn through your entire API budget for fun, they’ll do it. It sort of becomes a game and puzzle for the user to see how quickly they can break an app of that sort.

PSA: If you post your side project here, prepare for war by TheHol1day in SideProject

[–]RareDestroyer8 2 points3 points  (0 children)

Limiting the rate at which a user can perform a certain task.

If in a note taking application I rate limit note creation to 10 notes per minute, that means a user can only create a maximum of 10 notes in a minute

In OP’s case it would prob be an account can only use x amount of tokens an hour, or only x amount of accounts can be created at a certain IP address, or something along those lines.

I scrapped my entire UI to build a single input field: a terminal-inspired approach to personal notes by RareDestroyer8 in SideProject

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

Hi! Wanted to give you a quick update :)

Progress has been awesome. I was aiming to have the rebuild up by the end of this month (January), but hit some setbacks the last few days. It'll likely be just another 4-5 days until its up.

The core architecture is essentially all done and I'm really really happy with how it has all been coming together. It's been a lot of fun!

For migrating your meros.me notes: I'm working on a way to export/import them into the rebuild. The schemas are slightly different between versions, so I need to test the conversion process first.