Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pzmarzly
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
AltStore Classic 2.3rc: Get Onboard Remote AltServer
(patreon.com)
1 points
by
pzmarzly
5d ago
|
0 comments
2.
▲
by
pzmarzly
11d ago
Why do people say SolidJS has no compilation? SolidJS 1.0 was already doing much more at transpilation time than just changing <h1> to h("h1"), and SolidJS 2.0 has a package called @solidjs/compiler: https://
3.
▲
by
pzmarzly
12d ago
1. A Windows app to change volume, brightness, switch input. I used to have PC connected to TV. I also was considering making Android app to replace my TV remote. 2. https://github.com/webosbrew/youtube-webos 3. https
4.
▲
by
pzmarzly
12d ago
If LG ever removes or restricts Developer Mode, I am selling my TV the same day.
5.
▲
by
pzmarzly
18d ago
> Personally, I think putting an interoperability protocol implementation behind a copyleft license is a little unfortunate! Huh, haven't thought of it. Just relicensed ancs4linux to MIT.
6.
▲
by
pzmarzly
1mo ago
They are not TB5 compatible though, and if you are going to drive monitors through it, or connect external GPU, 120Gbit (TB5) is much better than 40Gbit TB4 gives you. If you are willing to pay a bit more, consider TB5 cables from CalDigit,
7.
▲
by
pzmarzly
1mo ago
I would like Zed to have feature parity with VSCode from 6 years ago. Working well over SSH or WSL, which it currently doesn't, is a part of that, even if I don't use that everyday. I am a paying user, and have no plans to stop su
8.
▲
by
pzmarzly
2mo ago
One of the YouTube comments pointed out the issue is most likely the lack of support for SMB Direct (RDMA) in macOS. Would be nice to repeat the test on a Windows/Linux laptop.
9.
▲
by
pzmarzly
2mo ago
Does it work across forks, or is it same repo only (like gh-stack et al)?
10.
▲
by
pzmarzly
2mo ago
You might like https://uncloud.run/
11.
▲
by
pzmarzly
2mo ago
That's what Thunderbolt 4 and 5 cables essentially are - USB-C cables with guarantees on speeds and PD power.
12.
▲
by
pzmarzly
2mo ago
22B transactions a year mean an average of ~700 QPS for the NPCI switch. Of course the traffic is not uniform, it probably peaks at many times that number, but that still doesn't sound that bad - for comparison, a quick Google tells me
13.
▲
by
pzmarzly
2mo ago
I hope they introduce some sort of public read-only view that an admin can enable. Discord has https://www.answeroverflow.com/ and https://www.linen.dev/
14.
▲
by
pzmarzly
3mo ago
That would enable private repos on https://tangled.org/ , right?
15.
▲
by
pzmarzly
3mo ago
> The range of things that can run an http server is much bigger than tftp Don't go too crazy though, these UEFI HTTP clients are not well behaved. For example, last time I checked, EDK required the URL to end with ".efi",
16.
▲
Google Discover's headline rewrites strike again
(theverge.com)
13 points
by
pzmarzly
4mo ago
|
0 comments
17.
▲
by
pzmarzly
4mo ago
That doesn't mean it's a bad idea, Building-Integrated Photovoltaics are its own market of products. But you have many much cheaper options there, at least in Europe. For example https://solroof.eu/en/discover
18.
▲
by
pzmarzly
4mo ago
Does anyone know what changed in iOS 16.5 that made Google stop requiring the app? To me it seems to correlate with Private Access Tokens, aka remote attestation by Apple. https://developer.apple.com/videos/play/ww
19.
▲
by
pzmarzly
5mo ago
TIL, and they look great indeed. Shame they are all sold out except for <= 0.3m lengths. https://global.lttstore.com/products/ltt-truespec-cable-usb-...
20.
▲
by
pzmarzly
5mo ago
IIRC a few years ago I saw some store asking for 6 or 8 digit BLIK codes, I guess the latter was how they were planning to expand from supporting just Poland to supporting whole EU. But that effort seems to have died out.
21.
▲
by
pzmarzly
5mo ago
https://tangled.org/ supports many jj features, but they seem to only offer public repos.
22.
▲
by
pzmarzly
5mo ago
Jujutsu equivalents, if anyone is curious: What Changes the Most jj log --no-graph -r 'ancestors(trunk()) & committer_date(after:"1 year ago")' \ -T 'self.diff().files().map(|f| f.path() ++ "\n&
23.
▲
by
pzmarzly
5mo ago
I guess one way to protect yourself from this would be to use another IAM solution for SSO login to Google Workspace, but is there any reasonable choice for small businesses other than Entra ID or Okta?
24.
▲
by
pzmarzly
6mo ago
You will run into problems if destination drive has different sector size than your VM, as GPT header won't be aligned. QEMU defaults to 512B sectors, which isn't true for many NVMe drives. There are some flags to change that. ht
25.
▲
by
pzmarzly
6mo ago
I haven't tested it, but this should be slightly simpler, and work better for subsequent review iterations (reviewing what changed once PR is updated): jj new main -m review jj new -m pr jj git fetch jj restore --from
26.
▲
by
pzmarzly
7mo ago
The article should have also emphasized that GitHub's issues trigger is just as dangerous as the infamous pull_request_target . The latter is well known as a possible footgun, with general rule being that once user input enters the
27.
▲
by
pzmarzly
7mo ago
From website's FAQ: Acme is currently available in the United States (including Hawaii, Alaska, and Puerto Rico) and Canada.
28.
▲
by
pzmarzly
7mo ago
Decentralized or direct P2P micropayments are unlikely to work, true. But why are there so few attempts at centralized micropayments providers? The only success stories I see in the space are GitHub Sponsors and LiberaPay, where their ent
29.
▲
by
pzmarzly
7mo ago
I was once blown away by iPhone 8 editing capabilities. The keyboard seemed to work OK (minus swipe-to-type, but that wasn't great on Android either), and using 3D Touch to move cursor and select text was the most pleasant text editing
30.
▲
by
pzmarzly
8mo ago
It needs world-writtable /opt/homebrew, so I guess a Linux equivalent would be Nix (which IIUC requires writable /nix). For something that only uses your home folder, I recommend checking out mise https://mise.jdx.
More ›