Skip to content

Instantly share code, notes, and snippets.

@dhinakg
dhinakg / aria2.md
Last active March 22, 2024 17:28
aria2 cheat sheet

aria2 cheat sheet

  • -j: # of concurrent downloads
  • -s: connections to use per file
  • -x: maximum connections to one server for a file
  • --file-allocation=none: don't allocate disk space before downloading
  • --max-tries=N: retry N times (0 for infinite)
  • --retry-wait=N: wait for N secs before trying a failed connection again
  • --auto-file-renaming=false: don't redownload if already downloaded
  • --max-file-not-found=N: ignore 404s N times (0 for infinite)
@dhinakg
dhinakg / _details.md
Created December 26, 2023 03:32
python-asn1 extended

Some syntactic sugar for asn1

I'll push this onto a fork eventually but for now it's just a self-contained file. To use it just import the stuff as needed

License is MIT

@dhinakg
dhinakg / README.md
Last active March 8, 2025 04:58
Fix RCS on iOS 18 beta 2

Before you try this, try just toggling RCS off and on first. It may work. Otherwise, continue on.

Requirements

  • iOS 18 beta 2
  • T-Mobile US, Verizon, or AT&T
    • Most MVNOs are not compatible. If you do not already see the RCS switch in Settings > Apps > Messages, this will not work for you.

Steps

@dhinakg
dhinakg / details.md
Last active December 8, 2024 19:11
tools.lancely.tech archive

tools.lancely.tech archive

Please link to this page instead of linking to the direct download links.

Direct download links

Warning

If this gets maliciously high traffic (ie. abusing multiple connections), I will have to shut this down. This is hosted on Azure Block Storage, it's not free, so be kind.

@dhinakg
dhinakg / bluetooth.ps1
Created January 16, 2025 19:38
Bluetooth VID/PID on Windows
# https://superuser.com/questions/1341997/using-a-uwp-api-namespace-in-powershell
# https://stackoverflow.com/questions/63505640/how-to-read-spd-deviceid-pnp-in-uwp-app-for-unpaired-device
# https://stackoverflow.com/questions/40950482/search-for-devices-in-range-of-bluetooth-uwp
$ErrorActionPreference = "Stop"
[Windows.Devices.Enumeration.DeviceInformation, Windows.Devices.Enumeration , ContentType = WindowsRuntime]
[Windows.Devices.Enumeration.DeviceInformationCollection, Windows.Devices.Enumeration , ContentType = WindowsRuntime]