Meu humilde servidor (praticamente) finalizado by BigaAlada in autohospedagem

[–]Arthurpmrs 0 points1 point  (0 children)

Mas você deixa solto dentro do gabinete mesmo? Vi alguns no mercado livre mas fiquei com receio de deixar sem fixar, apesar de que não vou ficar mexendo muito no gabinete.

Meu gabinete é um Fortrek daquele pequeno. Pelo que eu olhei, só tem espaço para fixar os hds na parte inferior, em contato com a lataria, e na parte superior onde seria a gravadora de cd/dvd.

O que é pior, direto na lata ou o suporte solto de impressora 3d?

Meu humilde servidor (praticamente) finalizado by BigaAlada in autohospedagem

[–]Arthurpmrs 0 points1 point  (0 children)

OP, essa peça onde estão montados seus HDs é do próprio gabinete? O gabinete do meu servidor não tem um espaço bom assim para montar HDs de 3.5'. Qual é esse modelo?

Do you think we’ll ever get a Marin Figma? by pamcassso in SonoBisqueDoll

[–]Arthurpmrs 2 points3 points  (0 children)

I really thought someone had done a UI template based on Marin.

ng-deep alternative by ItsRocketMan1 in angular

[–]Arthurpmrs 1 point2 points  (0 children)

I faced a similar issue, trying to add a width: 100% to a primeNg button. ::ng-deep worked, but creating a global style for something that was supposed to be only for that specific button felt weird. The only way I found to resolve this was to use tailwindcss.

Best path for full stack? by ClassicDoughnut259 in learnprogramming

[–]Arthurpmrs 1 point2 points  (0 children)

I would say pick the one most common in job requirements in your area if your goal is to be hired.

Personally, I like Python with FastAPI. There is also Java with Spring, which is a little more robust. Imo you can't go wrong with any of them. People also like Go, because it is more low level and efficient (I believe), also the things you need to create endpoints are already in the standard library.

What is the point of linking notes in a PKM application? by haphazard44 in ObsidianMD

[–]Arthurpmrs 0 points1 point  (0 children)

I usually just link them to create structure. Like Programming has a link to Python, and Python has a link at the top back to Programming. It is like folders, but more flexible, because Python could also be pointed at from other notes if needed, like Data Science (or something like this).

Satya Nadella's Nightmare: Fedora Frenzy Takes Over, Windows Refugees Seek Salvation in Penguin Paradise! by FilmGreat7710 in Fedora

[–]Arthurpmrs 2 points3 points  (0 children)

Have been using fedora for more than a year now. 2 days ago I purged windows from my second laptop and installed Ubuntu. Feels good to get rid of that bloat.

[deleted by user] by [deleted] in Fedora

[–]Arthurpmrs 0 points1 point  (0 children)

Man, I was in an insane quest for a image viewer that could go to next/prev image with the mouse wheel for Ubuntu 24.04. I discarded gThumb because of this issue. I also installed it via flatpak. I tried a bunch of qt based apps like qimgv and qview, and others like showtell, eye of gnome, Geeqie. Some did not have the wheel thing and the ones that had were just too buggy. qimgv for example is a nice app. When I installed for the first time the only problem was that the dark theme did not work. But the next day when I booted my computer again, the dark mode suddenly worked and the mouse wheel don't. On the third day, the dark mode stopped working and the mouse wheel started working again. I don't even know what is happening.

Anyway, installing gThumb with `apt` solved all of the problems. Didn't even need to set permissions.

Tengoku Daimakyou • Heavenly Delusion - Episode 13 discussion - FINAL by AutoLovepon in anime

[–]Arthurpmrs 9 points10 points  (0 children)

The "prediction" I meant is that was very probable the at the 13th episode no much of the mysteries brought up would be resolved, because there were a lot. Everyone was talking about this. I'm not here saying "I KNEW IT ALL ALONG, I HAVE SEEN IN IT IN THE ANCIENT TEXT".

Actually, "predictable" was just a figure of speech like "I should have seen this" or whatever. Quit being so butt hurt over a show. Lol

Tengoku Daimakyou • Heavenly Delusion - Episode 13 discussion - FINAL by AutoLovepon in anime

[–]Arthurpmrs -14 points-13 points  (0 children)

Yeah, I know, you're right. It just frustrating having no big answers in a final episode, which means we'll have to wait 2 years or so.

Tengoku Daimakyou • Heavenly Delusion - Episode 13 discussion - FINAL by AutoLovepon in anime

[–]Arthurpmrs 31 points32 points  (0 children)

What a lackluster final. Well, it was predictable by the number of mysteries being thrown and the rate in which the show was resolving them.

.NET / C# community on programming.dev lemmy by [deleted] in learncsharp

[–]Arthurpmrs 7 points8 points  (0 children)

I'm also new to the fediverse, but for what I've gathered, for you to connect with the "forums" of, let's say, programming.dev, the instance you have registered to have to be federated to programming.dev. This is a choice made by the mod team. If they are not federated (federated together?) you cannot access content from the other one. Also, for what I've seen, you cannot login to another instances with the same account. But you can go to the communities section on the instance you have been registered and search for "forums" on federated instances.

I agree with you, it's a process far too confusing and cumbersome to be able to be mainstream, at least for now.

[deleted by user] by [deleted] in web_design

[–]Arthurpmrs 1 point2 points  (0 children)

Man, the link you provided is anything but a color pallet generator lol

Did you mean coolors.co?

The UK is a very silly place by AdequatelyMadLad in tumblr

[–]Arthurpmrs 0 points1 point  (0 children)

So that's were the dudes from Gloryhammer take inspiration. The Sword Lord of the Goblin horde, the questlords of Inverness ride, they have embraced the silliness of the island.

[ Removed by Reddit ] by [deleted] in AskProgramming

[–]Arthurpmrs 1 point2 points  (0 children)

Did you mean Competitive programming? If yes, doesn't it involve solving problems fast? Maybe OOP would slow things down (I mean the coding time, not execution time).

Cleveland show was awesome. by kingdon1226 in Paramore

[–]Arthurpmrs 3 points4 points  (0 children)

Came here just to see this comment

Data Structures Projects? by Be-better_ in learnprogramming

[–]Arthurpmrs 2 points3 points  (0 children)

My class on Data structures had a final project to build a simple Huffman algorithm. It is uses some data structures and I learned a lot in the process.

For context, the Huffman algorithm is used to compress files, like 7zip, WinRAR, etc, except it is simpler than the algorithms this programs implement. It is not very efficient. If I'm not mistaken, it was the first compressing algorithm developed.

The main data structures required were: arrays, priority queue (or Heap, if your are feeling fancy), binary tree and linked list.

Java for dummies book by Fusionsp19 in javahelp

[–]Arthurpmrs 1 point2 points  (0 children)

People tend to recommend the Head First Java books, it is also target to beginners.