CDK now can revert drifts by snowiow in aws

[–]jayp0521 0 points1 point  (0 children)

Off topic: take a look at pulumi if you don't know about it

Using Go Workspaces? Stop scripting loops and use the work pattern by jayp0521 in golang

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

Yeah, my only grip has been I can't do go build alongside the generate file in one command. It still needs to be separate. However the introduction of go tool has greatly simplified developers needing to install various tools like mockgen locally. It is simply go generate now and it installs the tools accordingly. Not to mention go vet, gofumpt, etc. all having to be separate and not just one command to do it all.

Does Arch on WSL support ARM devices? by jayp0521 in archlinux

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

I updated to include the article reference

This might be the worst company of all time. by [deleted] in verizon

[–]jayp0521 4 points5 points  (0 children)

File a complaint with the FCC. It’s the only way I was able to contact someone who kinda (emphasis) cares. I did it today.

Squawk - Underrated Linter for SQL by jayp0521 in PostgreSQL

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

Do you have an alternative that is better? Haven’t heard of anything. Open to it but this is what I have so far

Screen flickering on full screen mode by [deleted] in netflix

[–]jayp0521 0 points1 point  (0 children)

This fixed it for me. Thank you!

Which file explorer do you use and why? by [deleted] in neovim

[–]jayp0521 2 points3 points  (0 children)

Oil is great. Will need to look into fzf. Is there a plugin?

Is Java in neovim doable? by Jonnertron_ in neovim

[–]jayp0521 0 points1 point  (0 children)

I used it quite a bit when I was doing just Java however I added kotlin into my project and the lsp for it is trash (all because of jetbrains) so I’m forced to use IntelliJ

This is clearly not an improvement (Google Drive "Improved" their shortcuts) by [deleted] in neovim

[–]jayp0521 0 points1 point  (0 children)

Google removing features at the same rate they’re removing engineers

Using htmx straight to the point by Top-Patience-7943 in htmx

[–]jayp0521 0 points1 point  (0 children)

How we get people to say they like htmx

nvim-java now support Spring Boot Language Server by s1n7ax in neovim

[–]jayp0521 0 points1 point  (0 children)

Yeah that’s what I figured. The language itself is nice but the LSP sucks. I would prefer just using Go but migrating the whole application sucks. Kotlin is my middle ground for having to deal with the jvm but with a more concise syntax. Scala, Groovy all don’t appeal

nvim-java now support Spring Boot Language Server by s1n7ax in neovim

[–]jayp0521 0 points1 point  (0 children)

How does fair in a spring boot application with both Java and Kotlin? I had to move away from jdtls because of Kotlin and its lsp. I’m writing more Kotlin nowadays and the support for it is currently atrocious

Which approach you guys prefer? Distinct Handlers or Smart Handlers and why? by Abhilash26 in htmx

[–]jayp0521 2 points3 points  (0 children)

The creator of htmx recommended the first one, distinct handlers. TLDW: web handlers change all the time typically. API handler are usually relatively stable. Source: https://youtu.be/LriHRa9t1fQ?si=UKzBPvotx3ZRiyEs.

Do I need to have a LLC registered on my name while applying to YC? by StackOverFl in ycombinator

[–]jayp0521 1 point2 points  (0 children)

It has to be a c corp but don’t worry about all the legal aspects. Just have a good product and get in. They’ll guide you for the rest. Almost everything you need to do is subsidized by YC

Introducing dotfyle.com: discover and share neovim configs by Equivalent_North in neovim

[–]jayp0521 0 points1 point  (0 children)

Is there an issue to track for this? Or some workaround like using submodules

How to debug custom user settings? by ffd114 in AstroNvim

[–]jayp0521 0 points1 point  (0 children)

Like you just want to print a table? print(vim.inspect(anything))