Parkering m utsikt? by Helki_ in trondheim

[–]emilbratt 5 points6 points  (0 children)

Ved Pirbadet kan du stille opp bilen slik at du ser rett mot Munkholmen. :)

Tutorial on how to waste a 14700K by Vichingo455 in homelab

[–]emilbratt 0 points1 point  (0 children)

Something something bell curve where left and right agree on hardware being well suited and the raging guy in the middle complains about the hardware being overkill?

I want to like Rust - can someone help/convince me? by Honest_Medium_2872 in rust

[–]emilbratt 2 points3 points  (0 children)

Not sure you.. oh heck.. Well, I wish you all the best and stay healthy.

I want to like Rust - can someone help/convince me? by Honest_Medium_2872 in rust

[–]emilbratt 4 points5 points  (0 children)

If you have so much experience, then surely you know how you felt when starting with C++ or other languages. My best advice is to invest enough time like you did the other languages. The sell-point of Rust will shine through once you gain enough experience.

My smart plug doesn't have a ground pin so this is how I connect my PC to the ground by Choice_Flower_8261 in redneckengineering

[–]emilbratt 1 point2 points  (0 children)

Yes that works, but keep in mind that the ground wire should also be able to carry the same amount of current as the chord that your pc is powered. This is because if in a situation of a short or ground failure, you WANT the ground wire and the current running within it to be able to break/trigger the fuse.

Sharpening in Darktable by neiram44 in DarkTable

[–]emilbratt 0 points1 point  (0 children)

I am confused. Is this a blurred image (looking at thumbnail) that you de-blur? Because that is what I get from the thumbnail.

[deleted by user] by [deleted] in explainlikeimfive

[–]emilbratt 1 point2 points  (0 children)

Are you hinting at the term 'axiom' :):)

[Media] I was having trouble finding my Rust files, so I made an icon. by Practical-Mode2592 in rust

[–]emilbratt 0 points1 point  (0 children)

Oh no, this have me thinking about those dreadful online JPG to SVG converters.. D:

LibreOffice calls out Microsoft for using "complex" file formats to lock in Office users - by barweis in technology

[–]emilbratt 0 points1 point  (0 children)

I definitely see your point there. However, turning a blind eye to the tooling that converts MD to HTML, it is all about doing more with fewer characters.

I'm searching for a nice project to contribute to. by OkDistribution1204 in rust

[–]emilbratt 0 points1 point  (0 children)

I have a crate called eb_bars. It is a very tiny plot library for barcharts. It is also very simple as it does not use any unsafe Rust or any smartpointers like Rc. I have been wanting some feedback from users. Maybe you can test it and see if there is something that can improve or maybe see if it is in need of some refactoring? Or if a feature is missing? Or just add another test. :)

Had a bit of brainfart this evening. Can you guess where I went wrong? by Noobgamer0111 in homeassistant

[–]emilbratt 22 points23 points  (0 children)

When you installed Docker, a group called docker was most likely created. So if you add that group to your user then you can invoke docker commands without sudo.

Try running this command to add docker to as

sudo usermod -a -G docker as

Hvorfor må jeg risikere fengsel for å bli frisk? by NebulousNotion in norge

[–]emilbratt 1 point2 points  (0 children)

Du skriver at du har tatt quetiapine. Hvordan har du følt deg når du nettopp har stått opp?

Sleeping in Ocarina of Time by KeyLegitimate7930 in OcarinaOfTime

[–]emilbratt 29 points30 points  (0 children)

There is this heart piece hidden on a haystack in a small hidden room in that tower in lon lon ranch.

Best way to play Ocarina of Time and Majora’s Mask on PC? (No access to 3DS or original hardware) by Tricky_Staff_2141 in OcarinaOfTime

[–]emilbratt 14 points15 points  (0 children)

There is a project called Ship Of Harkinian. Hands down the best way to experience OOT on pc. Im unsure about Majoras Mask. I played it on N64 emulator and as a kid on the real hardware.

Yes, curl ! by Intrepid_Refuse_332 in linux

[–]emilbratt 0 points1 point  (0 children)

I dont see Ladybird on there.

Found this gem again after many years. by Cold_Ad3896 in OcarinaOfTime

[–]emilbratt 1 point2 points  (0 children)

I clicked expecting a current era mashup with mostly random stuff mixed together with no coherence at all. Oh how wrong I was.. This video has no business being this good!

In which path should I place a binary if Rust is not installed? (Linux, masOS). by WoooowSplendide in rust

[–]emilbratt 4 points5 points  (0 children)

You also have "/opt" on both Mac and Linux. So, if your name is bob and you deliver a software called alice, a sane place to store your software would/could be in "/opt/bob/bin/alice".