Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
torarnv
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
torarnv
20d ago
My experiments with output styles have not been sufficient to keep the model in check. It still spits out incomprehensible gibberish and load-bearing-isms. Does anyone have an output style nailed down that actually works? If so, please shar
2.
▲
by
torarnv
1mo ago
This twist often involves loosely related or even unrelated bugs or even non-issues, and Claude bringing those into the conversation at that point breaks my mental processing of the response. Any tips on how to avoid that would be highly ap
3.
▲
by
torarnv
3mo ago
Those are awesome features! The one missing for me is bridge networking. Any idea why orbstack doesn’t have that? https://github.com/orbstack/orbstack/issues/342
4.
▲
by
torarnv
6mo ago
I’m using https://github.com/torarnv/claude-remote-shell for this, which runs Claude’s Bash tool on a remote machine but leaves Claude running locally otherwise. I’ve found it to be a good balance for letting Claude lo
5.
▲
by
torarnv
8mo ago
> Lume automates the macOS Setup Assistant via VNC and OCR, creating ready-to-use VMs without manual clicking. Tart relies on Packer plugins for automation. This feels disingenuous. Tart has unattended setup support as well, and it'
6.
▲
by
torarnv
8mo ago
Excellent, thanks!
7.
▲
by
torarnv
8mo ago
Awesome! Thanks for posting, I've been looking for exactly this kind of project that takes end to end pristine restoration seriously. The FAQ states you back up the originals as plain images files in YYYY/MM/DD format, which
8.
▲
by
torarnv
9mo ago
Qt for macOS maintainer here. We've tweaked our styles to take the new design metrics into account, and fixed or worked around issues where we've seen them. We don't integrate with NSGlassEffectView and friends yet. If you fi
9.
▲
by
torarnv
11mo ago
In my case, both.
10.
▲
by
torarnv
11mo ago
I've flown twice with my new AirPods Pro 3, and both times I had this exact experience; high pitched and loud feedback. They were properly cleaned, and had a "good seal" according to the settings wizard. Glad to see I'm
11.
▲
by
torarnv
11mo ago
This seems like a good initiative, but makes me wonder, isn't there a risk these cats will end up overeating when endless Internet-people click the feed-button?
12.
▲
by
torarnv
1y ago
Another vote for Infuse. In my experience Infuse 8 handles HDR and color management correctly (1:1 with Safari or QuickTime), while IINA does not (too dark).
13.
▲
by
torarnv
1y ago
Awesome!! Are you planning to open source this? I’ve been working on something similar and would love to join forces!
14.
▲
by
torarnv
1y ago
Could you describe the tweak you did, and possibly the general setup you have with zed working with LM Studio? Do you use a custom system prompt? What context size do you use? Temperature? Thanks!
15.
▲
by
torarnv
1y ago
Does anyone have suggestions for tools similar to this/Screen Studio that works as a webcam on macOS? I'd like to share 2-3 windows, with those fancy backgrounds, and a camera overlay, in a 16:9 or 4:3 aspect ratio, without needin
16.
▲
by
torarnv
1y ago
Agreed! The CMake Xcode generator is extremely slow because not only is it running the configure tests sequentially, but it generates a new Xcode project for each of them.
17.
▲
by
torarnv
1y ago
CMake also does sequential configuration AFAIK. Is there any work to improve on that somewhere?
18.
▲
by
torarnv
2y ago
Amazing summary of the mental model of the interdiff review style, and the problems with GitHub's approach to code review. Thank you! One thing you don't touch upon (yet) is that the diff soup may lead people to prefer the squash
19.
▲
by
torarnv
2y ago
As far as I know, splitting the series into individual PRs only works if you have commit rights to the repository, so you can base one PR on a different branch (in the main repository) than main. As an outside contributor, with a fork of th
20.
▲
by
torarnv
3y ago
I remember seeing a similar layout used for an article or blog post about reverse engineering a binary format. I’ve tried finding it later, but couldn’t. Anyone know of such a tool that lets you describe the various headers, fields, etc of
21.
▲
Window Embedding in Qt Quick
(qt.io)
3 points
by
torarnv
3y ago
|
0 comments
22.
▲
by
torarnv
3y ago
$ clang++ foo.cpp -o foo -framework Foundation -lswift_Backtracing also works, but dunno if that's "public API" $ codesign --force --sign - --entitlements entitlements.plist foo https://github.com/apple/s
23.
▲
by
torarnv
3y ago
6.0.0 was released 08.12.2020, with 6.0.4 released at 04.05.2021 as the last patch release in that minor series. That's more than 5 days of support for the 6.0 minor series. If Debian supports its releases for longer than the upstream
24.
▲
by
torarnv
3y ago
Qt absolutely releases updates https://wiki.qt.io/QtReleasing (Disclaimer: I work for the Qt company)
25.
▲
by
torarnv
3y ago
How do these distributed build tools work across the Internet, i.e. outside of a local LAN office setting? Does the increased latency and slower bandwidth become a bottleneck?
26.
▲
by
torarnv
3y ago
The communication with the author (Bogdan) has unfortunately been lacking, taking very long to reply (months) and at best confirming the issues but without any plans to fix them. See https://news.ycombinator.com/item?id=2543
27.
▲
by
torarnv
3y ago
I wish I could use Zeal to browse the Apple documentation as well, but unfortunately that’s exclusive to Dash. I’ve even paid for Dash to get that feature, but no longer use it due to some UI changes in the latest version that add extra cli
28.
▲
by
torarnv
4y ago
What are the differences? Do you have a link to the original?
29.
▲
by
torarnv
5y ago
FUSE (Filesystem in Userspace) is an interface for userspace programs to export a filesystem to the Linux kernel. The FUSE project consists of two components: the fuse kernel module (maintained in the regular kernel repositories) and the li
30.
▲
by
torarnv
5y ago
Nor is this related to Qt in any way. As far as I know Qt has never shipped .cire files as a way to sign the libraries. This is something the vendor of the software token library (stauto32) has done when embedding Qt.
More ›