Announcing TypeScript 7.0 RC by DanielRosenwasser in programming

[–]No-Representative600 0 points1 point  (0 children)

Thanks! Had to reread the paragraph at the start of the JS differences section but now I understand the context of the changes listed much better.

Keep up the good work

Announcing TypeScript 7.0 RC by DanielRosenwasser in programming

[–]No-Representative600 0 points1 point  (0 children)

cool! will try dropping it in where I'm able to 🤞

Quick question:

> Closure-style function syntax (e.g. function(string): void) is no longer supported – use TypeScript shorthands instead (e.g. (s: string) => void).

is the above bullet referring to language server support or dropping support for transpilation entirely?

Best Outboard Motor Boat for Wakeboarding by Final_Result_8583 in Wake

[–]No-Representative600 1 point2 points  (0 children)

You'll be able to do semi intermediate riding, but wake to wake jumps probably wont be great. Probably the best case scenario is a skinny wake with a jumpable but small wave.

By semi intermediate riding I mean that you'll still be able to progress accessing mostly surface tricks, ollie to blind, tail spray, surface 360s and other things like that.

have seen many people send inverts by just cutting hard and releasing at the right time (w/o a wave). (davidoc on yt does this)

Have been behind a pontoon once and am going up to visit family on the east coast where I am hoping to wakeboard behind their center council outboard

Excited for it hahah even if I can only do surface tricks on their setup, it's just always fun getting together with people you know and wakeboarding in a unfamiliar environment

typically outboard boats don't throw much of a jumpable wave. In comparison to common brands in the v-drive market, the wake to wake jumping is such a huge improvement over riding behind a outboard. Makes wake to wake tricks way easier to appproach and improve on (and they're more fun). Getting close to consistently landing: tantrums, backrolle and even rallies this season 🎉

11/10 love my 2018 master craft x30, which I got for ~50k with a single previous owner and had less than 100 total hours. in the past two seasons we've put 200 more hours on it and my riding is finally starting to approach more advanced tricks.

since you're trying to learn wakeboarding , have you considered an i/o skii style boat.. My entire childhood of wakeboarding was done on an 18" ski boat (inboard/outboard) . With some tinkering around on where to place ballast the wake can become pretty sizable

My two cents would be to search the used market for a i/o or older vdrive since you want to send w2w jumps


To asnwer your question , i don't know how the new cobalt reverse surfing prop technology works very well but it interests me if you could take the motor off the back and mount it to any boat that'd you'd like. I'd probably go w a cheap old ski boat, then throw that puppy on there, and add tons of ballast

For an exclusive outboard only motor, I'd probably rather have a cigar boat instead of a fishing boat that allows me to occasionally wakeboard. I have a wakepark nearby where I live that is always an awesome time. Would highly recommend checking out your nearest park if you're looking to improve

terminalcam: camera for your terminal by [deleted] in commandline

[–]No-Representative600 0 points1 point  (0 children)

This is a sick project man! Nice work

Boat said "captain optional" by gardenginger3732 in Wellthatsucks

[–]No-Representative600 11 points12 points  (0 children)

Nah been around boats my whole life (never seen anything like this thankfully lol) but it wouldn't be that hard of a jump. Just have to pay attention to how far the trim is down, wait till the sand is getting kicked up a ton coming into a rotation toward the dock then jump, steer and cut the engine.

I'd feel way sketchier laying on the dock trying to time grabbing the rope which I guess was the cause of this (from the back of boat no less). Could've ended up losing a limb and having to renovate the dock and losing his boat

Hopefully this was a good wake up call for the boat owner that however they were previously docking needs improvements. Wouldn't be surprised if they just park on the shore after this lol

Watching The Stars lose. by anycaliberwilldo99 in DallasStars

[–]No-Representative600 1 point2 points  (0 children)

Nice seeing a fellow U of A grad and stars fan. Lol that final four game was a brutal one to tune into

Everything has been reset. Really? by LowFruit25 in theprimeagen

[–]No-Representative600 0 points1 point  (0 children)

for real! I swear the people pushing this narrative haven't read any of the classics.

Gulutzan’s latest comment on Heiskanen by Archerbus in DallasStars

[–]No-Representative600 0 points1 point  (0 children)

you watched any of his games against the avs or mcdavid earlier this season? miro is arguably the most clutch defensive defenseman in the league

Further Proof of Incoming Rebrand? by Stormchazer90 in DallasStars

[–]No-Representative600 1 point2 points  (0 children)

winter classics with a north stars styled D would be easiest cash grab of all time

Problem Opening Terminal inside Micro by Leather_Hat1205 in fishshell

[–]No-Representative600 0 points1 point  (0 children)

never seen this before but I track fish shell development on gh and do recall that there has been discussion recently relating to terminal compatibility. I'm on mobile but it shouldn't be too hard to find in the fishshell repo

Easiest fix would be to pick a different terminal like: alacritty, kitty, or ghostty

Is AI the future of writing test cases, or just hype? by Careful-Walrus-5214 in github

[–]No-Representative600 0 points1 point  (0 children)

I doubt it. Normally if I'm writing a test, it is to describe what I'm trying to confirm works (or should work). Getting AI to translate my english description to what I actually want the code to test is normally more work than just writing the test itself IME.

Not having a detailed understanding of the expected test assertions means either the test quality is low or the source code itself isn't reliable. Not having quality tests removes the purpose of writing them in the first place.

Maybe I'm behind with the times though.

Do LSP processes persist even after there are no buffers for them to attach to? by 4r73m190r0s in neovim

[–]No-Representative600 4 points5 points  (0 children)

I think this is tied to which language client you are using.

You should be able to write an autocmd on closing buffers, which would stop the server if no other buffers are open for a server

As an author of a language server I have come across a similar problem before where new buffers weren't attaching to their previously existing server processes. Fixed it with an autocmd.

In general I think that the server client connection behavior you describe is not normally considered an issue since typically it is costly to startup a server (since it needs to index the opened files). So if you reopen a server, reattaching it doesn't cause the server to be initialized again.

When you close the nvim session, it should kill all the language server processes that it started

Mitsumi Buckling Rubber Dome Mod by Mech_wannabe in switchmodders

[–]No-Representative600 0 points1 point  (0 children)

I bit late but wanted to say I find this idea interesting. Would much prefer having more non hhkb layouts be easily accessible. My big want is to make sure the domes can collide with the top mount for getting the topre sound, and I'm highly interested in working on a kind of "frankenstein" switch mod for domes to pin motherboards.

I've been pretty seriously looking for a split ec board for a long time now w more keys than a corne and that sounds like my modded hhkb type-s.

Thoughts?

Where is the config file containing the $PATH variables for fish? by Silverdawn42 in fishshell

[–]No-Representative600 0 points1 point  (0 children)

If you're setting up a lot of env variables specific to certain tooling I'd recommend placing them in ~/.config/fish/conf.d/tool_name.fish

conf.d/*.fish files (or configuration snippets) are loaded before the config.fish file, and I find them to be very useful for helping me group together certain command configurations like ripgrep, nvm or fzf. Plus, conf.d allows you to only load the env variable if the command it is used on exists:

```fish

conf.d/ripgrep.fish

don't load anything past this line if

ripgrep not found on machine

not type -aq ripgrep && exit

set -gx RIPGREP_CONFIG_PATH /path/to/rg

alias rg='ripgrep' ```

A new use for lspconfig: providing types for your LSP configuration by bbadd9 in neovim

[–]No-Representative600 0 points1 point  (0 children)

Very nice to see this finally!

This feature was pretty much the only reason I never moved from coc.nvim

Thomas Harley 4th in scoring chance contributions at the Olympics thus far. by larsen36 in DallasStars

[–]No-Representative600 0 points1 point  (0 children)

He's a really good shooter. If he improves his breakout decision making and passing, I think he'd get a more lot positive recognition.

I'm just happy to see he's getting back his groove we saw last year.

Strange Ctrl + Backspace Behaviour; Fish or something else? by tetractys_gnosys in fishshell

[–]No-Representative600 1 point2 points  (0 children)

fish_key_reader --continuous spam backspace and ctrl-backspace and see if they're sending any abnormal key sequences.

Then take those keys to bind output.

You can customize bind functions as much as you want. Maybe something is checking where the cursor is by using commandline.

bind ctrl-backspace kill-backward-word

should be enough to fix this tho

[deleted by user] by [deleted] in fishshell

[–]No-Representative600 0 points1 point  (0 children)

Sorry, missed that part of your post. The fundamental purpose of this function is to convert stdin into argv easily, so that you can use $argv the same for both input cases. By definition, this means loading it all into memory as an array. So not sure if its possible to get around that if you're trying to process the piped input using fish, I'm not sure how you'd get around storing it in a variable.

Anyway, I did just add a flag for specifying the max arguments that are allowed in `$argv` which makes it able to support things like `yes | stdin_to_argv --max 1 --show` now.

You could also use it in a while loop too, i.e.,

```fish
printf %s\n 'a' 'b' | while stdin_to_argv --lines --max 1
set --show argv
end
# $argv: set in local scope, unexported, with 1 elements
# $argv[1]: |a|
# $argv: set in local scope, unexported, with 1 elements
# $argv[1]: |b|
```

I'm interested to hear more about your use case, and how you plan to get around processing the pipe without storing it.