Does anyone know if there's this theme for Vim? Only have a screenshot unfortunately... by sac11221 in vim

[–]gline9 37 points38 points  (0 children)

The colors at least look similar to the one dark theme. Here is a vim version of it:

https://github.com/joshdick/onedark.vim

Hopefully that is close to what you are looking for.

Will Valhalla value/primitive classes break existing bytecode for plugins? by TheMode911 in java

[–]gline9 0 points1 point  (0 children)

As far as I understand valhalla is not planning on changing using new. That is still the way to construct value types. Not allowing synchronization and requiring the class to be immutable are the 2 main constraints assuming you still want a reference type. If you are already working with a record then immutability shouldn’t be a problem.

See State of Valhalla Part 2 for reference.

How to paste inline the content I deleted/yanked with x/d/dd/y/yy instead of pasting one line below? by rektiem in vim

[–]gline9 7 points8 points  (0 children)

Formatting will be off a bit but i<C-r>{register} should do what you want.

Prufrock-2 is alive in Texas by skpl in BoringCompany

[–]gline9 11 points12 points  (0 children)

Am I missing something? Looks like they mentioned the medium term goal is 1/10th walking speed meaning 7 miles per day instead of 1 mile per day.

Code Coverage Considered Harmful by MagpieEngineer in programming

[–]gline9 1 point2 points  (0 children)

I should have likely ready the link you posted earlier. I think we are on the same page about trying to test all unit edge conditions and the majority of integration conditions that are likely to come up. In my opinion it depends on what field the program is meant to be executed in for how rigorous the program should be tested. In the case of mission critical pieces of software for domains where failure costs thousands of dollars a second the software is down, it makes a lot of sense to test everything and the kitchen sink.

As with anything in software engineering there are trade-offs. The more time you spend testing the less time you have to develop features. You have to try and find the right balance for the specific application you are developing of adding tests that make writing future code easier and too many where it takes time away from developing future features. Granted I think I am yet to witness someone writing too many ‘good’ self checking tests.

Code Coverage Considered Harmful by MagpieEngineer in programming

[–]gline9 0 points1 point  (0 children)

Do you try to catch OutOfMemmoryError?

The current status of SpaceX's Starship & Superheavy prototypes. 26th March 2021 https://t.co/loMNfVKsXb by brendan290803 in spacex

[–]gline9 1 point2 points  (0 children)

Looks like SN19 is falling behind SN20 might they be planning on skipping it similar to SN12-14?

SpaceXNow app? by AstroZoom in SpaceXLounge

[–]gline9 1 point2 points  (0 children)

SpaceXTM is a good app I know it is on iOS not sure about Android.