

It already is, they just put guardrails to prevent it from making adult content before


It already is, they just put guardrails to prevent it from making adult content before


So if it only lets the llm see highlighted text, whats the point of even adding it into calibre. It takes 0 extra seconds to paste that text into google or chatgpt or duck.ai or whatever


Nixpkgs is the nix package repo, and is an input you have to include if you want any packages. So yea


Nixpkgs is an input which does get locked
With subdomains and ddos protection


Its like a project configuration for a nix lang project (can be stuff from nixos config to nix packages or a collection of nix packages). It configures inputs to that project (other nix flakes, online tar files, git repos) and the version of that input, to stay the same unless you nix flake update.
Thats why I bought a dirt cheap domain that is entirely numbers, and it renews for 10 dollars every 10 years.
I just need to remember the digits.
<string of digits>.xyz


WinApps has a nix flake. Also I don’t have photoshop so I can’t comment on that. However a cracked version of fl studio ran pretty well on my pc (nixos) 


I heard mods of big subreddits can get basically sponsored by big companies and go to events. Half the pc gaming subreddits have what are basically ad posts pinned by the mods.


Honestly I forgot porn was banned in Utah (id verification) and I live in Utah. Its still relatively easy to view sites without vpn or id
What kind of cs degree did you get where you learned about electrical circuits. The closest to hardware I’ve learned is logic circuit diagrams and verilog.


At the highschool I went to, there was some standardized testing (act, ap tests) done in locked down software installed on the chromebooks. Like instead of logging into your user, it was before login with no browser or anything. It sometimes let you have desmos and a small place to take notes.


Ios is bad. I’d rather have locked down android with the official terminal, rather than go back to using the iSh[1] app for terminal on ios
[1] https://ish.app/


websockets


Yeah idk, maybe my setup is bad


i have a .clangd file with
CompileFlags:
Add: [
CompilationDatabase: /src/
-Wall,
-I/nix/store/vm10zh43xgfxvgrqs8brz6v6xyrq9qin-glibc-2.40-66-dev/include,
-I/nix/store/64819v2lcdbdqqb52gyqpic3khn4hvyf-libcxx-19.1.7-dev/include,
-I/nix/store/f4x7z33ymmqn0m0pvi5ydxifsfmic1jw-raylib-5.5/include,
-I/nix/store/wakcjb523m43qbm4xblyqm7rgg9l9s32-glu-9.0.3-dev/include,
-I/nix/store/8xbbdx4ckcdj76ldb0cbym965whipq72-libglvnd-1.7.0-dev/include,
-I/nix/store/b5i8r0l5bnaj8khjz4lsmsdph8dkha3s-libX11-1.8.12-dev/include,
-I/nix/store/l1qkka1svxk8s0myynmb6kgl0ni19mjk-xorgproto-2024.1/include,
-I/nix/store/y91x77rjip3i5zdza2ikf2lj80qc0286-libxcb-1.17.0-dev/include,
-I/nix/store/95hqc5scvz3vxhs0p1crx9rr5r1sfs1i-compiler-rt-libc-19.1.7-dev/include,
-I/nix/store/64819v2lcdbdqqb52gyqpic3khn4hvyf-libcxx-19.1.7-dev/include,
-I/nix/store/f4x7z33ymmqn0m0pvi5ydxifsfmic1jw-raylib-5.5/include,
-I/nix/store/wakcjb523m43qbm4xblyqm7rgg9l9s32-glu-9.0.3-dev/include,
-I/nix/store/8xbbdx4ckcdj76ldb0cbym965whipq72-libglvnd-1.7.0-dev/include,
-I/nix/store/b5i8r0l5bnaj8khjz4lsmsdph8dkha3s-libX11-1.8.12-dev/include,
]
and a create-clangd.py
3 includes = []
4 with open("./src/compile_commands.json", 'r') as f:
5 lines = f.readlines()
6 for line in lines:
7 if "include" in line:
8 includes += [line[1:-2].strip()]
9
10 s = """
11 CompileFlags:
12 Add: [
13 CompilationDatabase: /src/
14 -Wall,
15 """
16
17 for include in includes:
18 s += "-I" + include[1:-1] + ",\n"
19
20 s += "]"
21 print(s)
22
23 with open(".clangd", 'w') as file:
24 file.write(s)
I forgot how I made the compile-commands.json file. I think I used a program called bear.
I also don’t code cpp normally, I just did this for one small project, so it might be a bad solution


Linus moment. He isn’t wrong though


You don’t need to follow the entire spec for a usb c. Usb c has a display port mode, but most laptops that have this won’t have it on every port. Most usb c cables also don’t support display port mode, which is annoying because they usually won’t say if it supports it.
Usb c extension cords are not allowed and yet they exist


Its good for evading the law.
Wikipedia already has a button where you can go to another language’s version of that page where you can then machine translate it yourself.