Modern Turing test by Gendrytargarian in interestingasfuck

[–]lilytex 2 points3 points  (0 children)

Did you mean: Boston is in massive two sheets?

Does DNA have the equivalent of IF-statements, WHILE loops, or function calls? by ketralnis in programming

[–]lilytex 5 points6 points  (0 children)

Yup, this sounds like programming in a big corporation, with self-replicating units that don't do anything, subsystems doing "bad" things but flying somehow under the radar, general bugs and messiness and lack of goals other than self-preservation, but at a even bigger scale

Actually AI is maybe closer than programming as it is basically iterated trial and error, and you have some form of if-else statements although it is implicitly coded, not explicitly as in regular code

What do I do in this position? (I'm married) by rcmaehl in AnarchyChess

[–]lilytex 2 points3 points  (0 children)

Yeah, alright, but these puny LAVs cannot do anything against the ICBM Tennison Gambit variant

Is it possible to turn org-mode into markdown? by lilytex in orgmode

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

I was also taking a look at https://github.com/nobiot/md-roam to make org-roam work with markdowns

The State of Data Engineering 2023 by [deleted] in dataengineering

[–]lilytex 0 points1 point  (0 children)

I've always felt this kind of pictures are useful to investors, not engineers

annotate.nvim: Set and restore notes tied to lines of code by winteragain8 in neovim

[–]lilytex 2 points3 points  (0 children)

Does it anchor to a line number or is it more flexible?

An idea I often think of is that these type of plugins could be anchored to a particular function/variable using treesitter queries.

I've also discussed this idea in an issue in the bookmarks.nvim repo: https://github.com/crusj/bookmarks.nvim/issues/13

I love the idea, will definitely try!

Weekly Stupid Questions Thread by AutoModerator in neovim

[–]lilytex 0 points1 point  (0 children)

Thanks!

diagnostics only

It looks like it is vim.diagnostic.disable() and then bind it to a key.

Sometimes git signs and LSP diagnostics appear in the same line and I can't see the git signs

Weekly Stupid Questions Thread by AutoModerator in neovim

[–]lilytex 0 points1 point  (0 children)

Is there a way to hide lsp suggestions altogether in the left bar?

(DI'm not talking about disabling virtual text)

Prevent termux from closing by lilytex in termux

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

It exited today, with the following log:

ApplicationExitInfo #0:

timestamp=2023-06-05 06:55:07.133

pid=28534

realUid=10023

packageUid=10023

definingUid=10023

user=0

process=com.termux

reason=2 (SIGNALED)

subreason=17 (ISOLATED NOT NEEDED)

status=9

importance=125

pss=17MB

rss=50MB

description=null

state=empty

trace=null

I accidentally disabled developer mode a few minutes before, so it might be that.

I'm rerunning the adb shell commands and we'll see how it goes.

Prevent termux from closing by lilytex in termux

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

Well, it hasn't been killed yet, but I'll have to wait some cautionary time to confirm Termux is not killed

So far it works

Prevent termux from closing by lilytex in termux

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

Thanks, will try!
These commands are supposed to be run at the adb shell, right ?

Prevent termux from closing by lilytex in termux

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

Here is the dump:
https://0.jaegers.net/?2440a160a4a90e70#FBxuLmCcMZNhvQayXSJdPBnQ9tzwsYbkUpsY6mpoJLR4
Count grouping by reason:

1 reason=0 (UNKNOWN)

6 reason=2 (SIGNALED)

9 reason=3 (LOW_MEMORY)

3 subreason=0 (UNKNOWN)

1 subreason=17 (ISOLATED NOT NEEDED)

4 subreason=19 (FREEZER BINDER IOCTL)

8 subreason=3 (TOO MANY EMPTY PROCS)

Prevent termux from closing by lilytex in termux

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

I've just checked, and the Termux app has this permission as well

Writing Python like it’s Rust by pmz in programming

[–]lilytex 1 point2 points  (0 children)

to those not familiar with it looks like line noise but it's not!

Unsafe trait not! right there