Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
throwingtoofar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
throwingtoofar
3y ago
I stay away from the kind of content the article refers to however I think there are cases where it's important to highlight the behaviour of those who would prefer you didn't such as recording the bad behaviour of public workers.
2.
▲
by
throwingtoofar
3y ago
Works with windows 11 too.
3.
▲
by
throwingtoofar
3y ago
Works with windows 11, I have it on an unsupported gen 6 intel desktop + a newer laptop. This version is a fork of the original thats no longer maintained but they didn't update the readme.
4.
▲
by
throwingtoofar
3y ago
You can do this by deleting the default value (should be 'C:\Windows\System32\Windows.UI.FileExplorer.dll') under the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InProcServer32 t
5.
▲
by
throwingtoofar
3y ago
An alternative is Optimize-Offline[0] which uses deprovisioning to remove packages from a Windows install ISO. This is a method which mimics Windows' official methods which should prevent things being re-added when updating. There are
6.
▲
by
throwingtoofar
3y ago
I recently found an awesome flash decompiler[0] and used it to get around site-locking on some swfs I downloaded years ago. Some swfs require files from the sites they are hosted on but I downloaded them and modified the swfs to find these
7.
▲
by
throwingtoofar
3y ago
First they came for protests, now they want to tackle encryption. I don't think they like the ability of people to share unofficial information and organize themselves in huge numbers.[0] People were sharing anti-propaganda propaganda
8.
▲
by
throwingtoofar
4y ago
For simple Typescript without node: 1. Typescript in VSCode. 2. Simple script to watch a project directory for changes to .ts files that runs... 3. ...'deno cache <file>' to transpile them to JS. Then copy them from the cach
9.
▲
by
throwingtoofar
4y ago
You can keep your extensions loaded by setting this about:config value to false: xpinstall.signatures.required At least I think thats the one. Also extension updating can be disabled globally or on a per extension basis in the addons settin