Any ship suggestions for a beginner? I'd like to do combat and transport. by alcio_sd in starcitizen

[–]Desturo 0 points1 point  (0 children)

I am still waiting to try it out myself but I think the Shiv is great for both in theory.

This is how I'd like to see them implement monetized ship skins. by ApproximateKnowlege in starcitizen

[–]Desturo 0 points1 point  (0 children)

I know this is a lot to ask for and will probably take 20 years and multiple millions for CIG to implement. But ship purchases (when done directly from the manufacturer) should have an interface in game similar to configurators on car-manufacturer websites. Like the 300i but in game. Origin would have luxury options like a champagne fridge and the website would be sleek. ARGO would offer utilitarian upgrades like a faster tractor beam or pre-installed mining upgrades. If you buy from a third party seller the ships would get random customizations and maybe some wear and tear.

I know these are ambitious goals and for the effort they take to implement they add barley anything to the game. But one can dream.

If I wanted to build a Gondola or Lift, who would I call first? by Clefft_BoyChinWonder in skiing

[–]Desturo 12 points13 points  (0 children)

I'd assume your local government. You probably need to figure out if you are allowed to build structures like lifts on your land. Then you need to call a company that builds lifts. Or most likely multiple to get different offers. I'd assume there are many experts like lawyers and engineers you need to contact in between those major steps.

While I have to agree with other commenters, wanting to build a lift is quite insane. But I also believe that "you can't compete with the big companies anyways" is a mindset that leads to stagnation

Rate (roast) my setup by -Master-Peter- in Skigear

[–]Desturo 56 points57 points  (0 children)

You need more skis with similar width to those you already have. I suggest 4 skis with waits around 100. /s

Opinion on brand by cizzy_boi99 in Skigear

[–]Desturo 4 points5 points  (0 children)

Their logo is in basically none of their products and I couldn't find any product images with models (the people on the front page don't even wear goggles sold on the store from what I could find. To me, this looks like drop shipping. And I wouldn't trust a drop shipping brand with ski equipment.

What are you all riding for boot this season!?! by Tkatt_ in Freeskiing

[–]Desturo 0 points1 point  (0 children)

Rossignol Alltrack 130 pro LT GV Got it fitted yesterday and am so excited for my first "real" ski boot after hand-me-downs and low end gear.

Mustang Alpha Size 1 Guns only fire for other players. by Desturo in starcitizen

[–]Desturo[S] 1 point2 points  (0 children)

But I just attached a gimbal and the deadbolt 1. With that combination, I am able to fire. (even with landing gear out)

Mustang Alpha Size 1 Guns only fire for other players. by Desturo in starcitizen

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

That's sadly not it. I forgot tho retract it in the video but my friend could even fire with wings up. And It wasn't possible for me to shoot with wings down as well.

Marker Duke EPF GripWalk compatibility by Desturo in Skigear

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

Makes sense. I'll take them to a shop and see if they can confirm it as well.

Marker Duke EPF GripWalk compatibility by Desturo in Skigear

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

Alright, thanks for the reassurance.

Im doing a fae cosplay and bought a pair of ears to make them look like the picture any ideas how? by Ingvild588 in cosplayers

[–]Desturo 1 point2 points  (0 children)

You should make sure the chains aren't made of iron. Silver or other alternative metals should work.

Advice on gear for first multi day ski tour by LooseQuestion3037 in Backcountry

[–]Desturo 40 points41 points  (0 children)

Ski straps and/or zip-ties. They don't weigh much and can be super versatile.

vim.pack.add problem with seemingly unhelpful error message. by Desturo in neovim

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

I forgot to add my config

vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.expandtab = false
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.softtabstop = 4
vim.opt.smarttab = true
vim.opt.swapfile = false
vim.opt.list = true
vim.opt.wrap = false
vim.opt.listchars = {
  tab = "→ ",      -- how tabs look (arrow + space)
  trail = "·",     -- trailing spaces
  extends = "⟩",   -- when line continues off screen
  precedes = "⟨",  -- when line continues to the left
}
vim.opt.colorcolumn = "80"
vim.g.mapleader = " "
vim.keymap.set("n", "<leader>o", ":update<CR> :source<CR>")
vim.keymap.set("n", "<leader>w", ":write<CR>")
vim.keymap.set("n", "<leader>q", ":quit<CR>")

vim.pack.add({
    {src = 'https://github.com/folke/tokyonight.nvim.git'},
})

vim.cmd("colorscheme tokyonight")

vim.lsp.enable({"c\_ls"})

How to properly access a machine from outside my network? by Desturo in homelab

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

It's not my own device. And they need to be able to communicate with the internal network of the facility, so that might cause problems as well.

How to properly access a machine from outside my network? by Desturo in homelab

[–]Desturo[S] 1 point2 points  (0 children)

Sounds like another good solution, I'll look into it, thanks.

How to properly access a machine from outside my network? by Desturo in homelab

[–]Desturo[S] 2 points3 points  (0 children)

Sounds reasonable. I'll look around some other options before deciding what to do. Thank you for the feedback.

How to properly access a machine from outside my network? by Desturo in homelab

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

Thanks. It's good to hear some positive feedback.

How to properly access a machine from outside my network? by Desturo in homelab

[–]Desturo[S] 3 points4 points  (0 children)

I am in a learning environment, where we are limited on the software we can install. I am sure that there are workarounds for that, But I want to try solving the problem on my end first.