oscar

joined 2 years ago
[–] oscar@programming.dev 3 points 3 weeks ago

Mine looks like this:

So it should be possible, at least for the parameters.

For reference, here's my active LSP config (from :LspInfo):

- clangd (id: 3)
  - Version: clangd version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261) linux+grpc x86_64-unknown-linux-gnu
  - Root directory: ~/repos/traffic-generator
  - Command: { "clangd", "--clang-tidy", "--enable-config", "--compile-commands-dir=build" }
  - Settings: {}
  - Attached buffers: 134

And my .clangd:

***
Diagnostics:
    UnusedIncludes: Strict
    MissingIncludes: Strict
    ClangTidy:
      FastCheckFilter: None
      Add:
        - bugprone-*
        - cert-*
        - clang-analyzer-*
        - clang-diagnostic-*
        - concurrency-*
        - misc-*
        - modernize-*
        - performance-*
        - portability-*
        - readability-*
      Remove:
        # - readability-redundant-member-init
        - bugprone-easily-swappable-parameters
        - readability-identifier-length
        # - readability-function-cognitive-complexity

CompileFlags:
  Add: [-xc]
  Remove: [-fanalyzer]

Completion:
  AllScopes: true

InlayHints:
    Enabled: No

SemanticTokens:
  DisabledKinds: []
  DisabledModifiers: []
...

[–] oscar@programming.dev 2 points 5 months ago

Oh, and further down, there's a way with systemd instead.

[–] oscar@programming.dev 2 points 5 months ago (2 children)

I had an idea of trying to use fstab to make it mount the same way as any other drive, which lead me to this page:

https://github.com/astrada/google-drive-ocamlfuse/wiki/Automounting#mount-using-fstab

Hopefully you can find some clues in there.

[–] oscar@programming.dev 3 points 6 months ago* (last edited 6 months ago)

100 % agree. I don't mind developers asking for donations, but this seemed too intrusive. Especially with the 20-second timeout to dismiss it. The developer also seemed to have a bit of an attitude in their response.

[–] oscar@programming.dev 1 points 8 months ago

Oh awesome, thanks for sharing!

[–] oscar@programming.dev 2 points 8 months ago* (last edited 8 months ago) (3 children)

I think the name initially referred to WINdows Emulator and was later changed, though I can't find a good source for it. I wonder why they insist on not calling it an emulator.

[–] oscar@programming.dev 2 points 9 months ago (1 children)

Don't you mean du?

[–] oscar@programming.dev 1 points 9 months ago (1 children)

So I guess vim is also an IDE then? My setup can do all of that.

[–] oscar@programming.dev 1 points 10 months ago* (last edited 10 months ago)

1. Where do you find what shows/films to watch?

I don't discover it any certain way but once I know what I'm looking for I just search in qbittorrent. For anime I have RSS feeds set up.

2. Do you stream for convenience or download for superior quality?

I download.

3. Where do you store media?

Internal storage, currently some SSDs.

4. What software are you using to watch it?

mpv + fsr/Anime4K shaders.

5. How do you keep track of your watchlist, which episode you already watched or where you left off in a movie?

I use trackma/taiga with MAL for anime, for regular shows/movies I don't use anything.

[–] oscar@programming.dev 4 points 10 months ago

Codeberg looks pretty good at a quick glance.

[–] oscar@programming.dev 3 points 10 months ago

Ooh, neat. There's also puepy, which was linked further down in this thread. It's really cool to see more WASM projects pop up.

[–] oscar@programming.dev 7 points 10 months ago (6 children)

Somebody should write a python to javascript transpiler for the web...

(please don't actually do that)

 

I stumbled upon this while researching package management options for python, and found it a really interesting read.

I like python as a language but this mess is something that needs to be addressed for me to consider python for future projects. I can't imagine how confusing it must be for new users.

view more: next ›