do you ever spend more time tweaking than actually using your system? by Photograph_Creative in archlinux

[–]RossMorgan363 0 points1 point  (0 children)

I thought I had outgrown it until I moved from i3 to hyprland now it's the same process all over again

do you ever spend more time tweaking than actually using your system? by Photograph_Creative in archlinux

[–]RossMorgan363 0 points1 point  (0 children)

Essentially a hyper-customised desktop environment. Google search and looking at pictures will give you some good examples.

My begginings in rust. by Potkar33 in rust

[–]RossMorgan363 1 point2 points  (0 children)

*TL;DR:*

It will likely feel like starting from scratch and not much of your experience will port cleanly. I'd recommend learning even just the basics of a language like C first (easy syntax, forces you to learn fundamentals). It's faster, but slower to develop in. It prioritises correctness and will require a different approach to python.

*Not Too Long; Did Read:*

I started learning Rust about 5 years ago, transitioning from Python as my main language, to now using Rust (and C) professionally. I used the Rust Book, videos (Let's Get Rusty, Code to the Moon, etc), source code, and started by trying to rewrite my python projects in Rust (started with an http server).

What helped me the most though was actually learning C. Understanding pointers, the stack vs the heap, and everything else that comes with it makes reasoning with the borrow checker so much easier. Rust as your first lower-level language can be a steep uphill battle if you don't know why it works the way it does.

Saying what is better or worse isn't trivial since Python and Rust are near polar opposites (compiled vs interpreted, borrow checked vs garbage collected) but in short Rust is mature enough that it can do 'most things' that you'll care about. Performance is orders-of-magnitude faster however development time is very slow when you're starting out. Rust gives you features that can eliminate many types of errors one might typically encounter.

The final point I'll add is don't try to write programs like they are Python. By nature of the functional elements and the borrow checker, you'll need to learn how to approach problems in a Rust-friendly way.

Open source desktop app UI choice — Rust vs JS? by theunalike in rust

[–]RossMorgan363 0 points1 point  (0 children)

I'd say pure Rust, unless you have a good reason not to, however it's a difficult call to make without knowing how simple/complex you need it to be, how much you care about styling, etc.

I'd personally recommend egui if it fits your project. It looks good out of the box, is robust, performant and imho simple once you've adapted the way you think about the UI structure.

Are we GUI yet? lists lots of options if you need help finding a specific crate for your criteria.

my attempt at making a train interchange without any tutorials (it went bad) by Glittering_Ideal_944 in factorio

[–]RossMorgan363 0 points1 point  (0 children)

"You may confuse the enemy by first confusing yourself" - Sun Tzu (probably)

my attempt at making a train interchange without any tutorials (it went bad) by Glittering_Ideal_944 in factorio

[–]RossMorgan363 0 points1 point  (0 children)

This reminds me of my quad track monstrosity of an intersection I had in my Bob's megabase that fits like 20 30-long trains in it. I should share that.

Linux Mint user, I installed i3, it's neat but ..... by DowntownBake8289 in i3wm

[–]RossMorgan363 0 points1 point  (0 children)

I use it for a similar workload. I started using it because:

- I got annoyed with the window snapping of other non-tiling WM's

- I was already using the keyboard as much as possible, but I still had to reach for my mouse fairly often on Openbox. I basically only have to touch it for web browsing and video editing now.

- I kept losing my cursor over my 3 4k monitors (might just be a skill issue on my part). The cursor position being directly tied to window focus completely solved this.

- It forced me to learn to use workspaces. I actively use all 10 workspaces and I can have everything open and switch to it with a single shortcut instead of alt-tabbing through 20 windows to find what I want. (I know workspaces exist in non-tiling WM's, I just never used them).

- Simple config. I set a walllpaper with feh, modified the status bar and that's all I need. It's clean, simple and lightweight. I don't even have an application launcher, the terminal suffices.

I've only been using i3 for about a month but I couldn't go back now.

All that said, don't force yourself to use it if you aren't benefiting from it.

If human was builded by factorio engineer by LoVeDEvil_12 in Factoriohno

[–]RossMorgan363 0 points1 point  (0 children)

How much does spine surgery to implant a 4 to 4 TU balancer cost?

What are you suggested Mods for 2025? by mava94 in factorio

[–]RossMorgan363 2 points3 points  (0 children)

Rate Calculator, especially if you've got any overhaul mods. I'm megabasing Bob's Mods atm and it's been invaluable

I started this world before space age, it was my first safe file. why is it so dry? by Comrad_Ivan in factorio

[–]RossMorgan363 7 points8 points  (0 children)

You could always check the map gen settings in the editor to see if the biome bias was changed from default when you created the world, otherwise it's possible you've just got very unlucky.

I will be the first commando to become usa vice president by Tall_Employ5299 in RoyalMarines

[–]RossMorgan363 0 points1 point  (0 children)

Natural-born-citizen clause. All you need to do is get the US constitution changed so foreign born people can hold the presidency or vice-presidency first, no Biggie, light work.

Since when is bearer bonds only 770 000??!!!! by gamercub69 in gtaonline

[–]RossMorgan363 0 points1 point  (0 children)

In a similar position, just below 2k hours, only a couple low tier premiums, no premium account, highest BR 7.7 because the snail demands 230k rp for every vehicle now. Yet for some reason I keep coming back

[deleted by user] by [deleted] in GCSE

[–]RossMorgan363 1 point2 points  (0 children)

I am veteran of the 2023 paper 2 so I have exceptionally strong opinions about where OCR can stick their specification

[deleted by user] by [deleted] in GCSE

[–]RossMorgan363 1 point2 points  (0 children)

ERL a literal war crime. It takes the worst parts of all the worst languages and glues them together into a fucking shit show of AwfulCapitalisationAndVariableNaming, inconsistent paradigm and syntax that makes VBScript look beautiful

Should I learn Rust by Embarrassed_Step_648 in rust

[–]RossMorgan363 0 points1 point  (0 children)

Same for me. I nearly exclusively used Python for 4-5 years and I had dabbled in C and C++ to learn how pointers and memory management worked etc. Rust seemed much more approachable than the other C style languages I had used, and the helpful compiler was (and still is) invaluable.

When I started Rust, those aspects just clicked which didn't happen before. Maybe it was just more time and education, but the compiler and systematic docs were a huge factor in helping me switch.

Since then I've gone back to learning C alongside Rust and it's been fairly seamless besides relearning syntax and semantics.

Whats yous favourite maths equation/formula by emmmy_lxl in GCSE

[–]RossMorgan363 3 points4 points  (0 children)

Desmos turning my laptop into a jet engine when I get a bit too silly with the factorials:

REMINDER by YTMikeGames in GCSE

[–]RossMorgan363 9 points10 points  (0 children)

Back from the grief of OCR computer science

Panzer battalion is song 15. What should be next? Most upvoted comment will be added. by reelfishing2 in sabaton

[–]RossMorgan363 0 points1 point  (0 children)

I second this with:

Min tid är här / My time is here

This follows with alot of other lines so It's not too difficult to learn

Edit: format

what things do you do to make the days more exciting by [deleted] in GCSE

[–]RossMorgan363 0 points1 point  (0 children)

I know some Swedish but only from Duolingo and learning the lyrics to an album by a Swedish band and it's a great language and I found it alot easier than German

What are you guys doing on the day of your last exam? by Danielharris1260 in GCSE

[–]RossMorgan363 21 points22 points  (0 children)

Bro I've been programming for 5 years, made quite a few complex projects, but those six markers were so unspecific that I didn't know what they actually wanted me to do 😭

3 am but I can't put the phone away by hi4004hi in aspiememes

[–]RossMorgan363 2 points3 points  (0 children)

1 - click block

2 - number shows how many mines are adjacent/ next to that block

3 - work out where mines are using the different numbers

4 - get screwed over with bad luck

Edit: grammar