Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tryfinally
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tryfinally
3mo ago
I've ditched M$, switched to NixOS last month and I feel like I don't hate computers again. Shouldn't have procrastinated this for so long. All other operating systems feel so silly to use now (at least when they aren't
2.
▲
by
tryfinally
5mo ago
The modern .NET runtime can get devirtualize interface calls and eliminate temporary object allocations in some scenarios. It's a bit of a black box - who knows when it actually works? - but still, it's a nice boost here and the
3.
▲
by
tryfinally
5mo ago
C# 9, but with some hacks you can bump it up to C# 10 - actually works and surprisingly stable. Can't wait for them to finally migrate to CoreCLR, though.
4.
▲
by
tryfinally
5mo ago
Fans of LINQ may enjoy ZLinq[0], which is a less versatile but much more performant way to write LINQ-like queries. I certainly use a lot of (Z)Linq in my code; the performance tradeoff is just fine for one-off initialization, UI code, edit
5.
▲
by
tryfinally
9mo ago
I always wonder whether C++ syntax ever becomes readable when you sink more time into it, and if so - how much brain rewiring we would observe on a functional MRI.
6.
▲
by
tryfinally
9mo ago
You add PolySharp to your source generator project to get back some of the modern C# features. https://github.com/Sergio0694/PolySharp
7.
▲
by
tryfinally
10mo ago
I do have an inner monologue, but I do make many decisions non-verbally. I often visualize actions and their consequences, in the context of my internal state. When I’m thirsty I consider the drinks available nearby and imagine their taste.
8.
▲
by
tryfinally
1y ago
Thanks, this made my day! No wonder your pitch was a success.
9.
▲
by
tryfinally
2y ago
I've been self-hosting this for years now, works flawlessly.
10.
▲
by
tryfinally
2y ago
> Oh yeah and if the interface removed a method and you didn’t realise you might be dragging that useless methods for a long while. Then again it’s not like your Java-style interface is any different. In C# I usually use explicit interfa
11.
▲
by
tryfinally
3y ago
Well, yes, deadlines are best practice.
12.
▲
by
tryfinally
3y ago
As a game developer, I definitely distinguish high-risk and low-risk parts of the code base. There's code that can be allowed to fail, and furthermore, it will eventually fail due to the sheer amount of this code, the development tim
13.
▲
by
tryfinally
3y ago
You can store it and move it around, but arithmetic operations are prohibitively expensive without hardware acceleration. (Note that bfloat16 has a different range than float16, so you can't interpret one as the other)
14.
▲
by
tryfinally
3y ago
I’ll probably give DDG another go, even though their result quality would always eventually prove too annoying in practice. By the way, I have no idea what your point is.
15.
▲
by
tryfinally
3y ago
Funny coincidence, my subscription ends today. I’m switching to self employment and won’t be able to afford the service for a while. I wish it were more affordable, because the freeing feeling of not having to rely on google is irreplaceabl
16.
▲
by
tryfinally
3y ago
I shipped mine to a friend who forwarded the package to me. They figured out what I'm doing, and I got an e-mail warning me that they'll ship the laptop, but I won't get warranty outside of the country they're shipping t
17.
▲
by
tryfinally
3y ago
Precisely. Dyeing your armor black helps too.
18.
▲
by
tryfinally
3y ago
I just put 64 gigs of (fast) memory and a (very fast) 4 TB SSD in my laptop for a total of $600. In the MacBook Pro configurator the equivalent upgrades look like 36GB->64GB RAM: $400 1TB->4TB SSD: $1000
19.
▲
by
tryfinally
3y ago
It’s an extraordinary feature that is only intended for optimization of edge cases. Making the feature verbose and somewhat ugly to use seems like an intentional choice. This way if a beginner comes across this “confusing/weird looking
20.
▲
by
tryfinally
3y ago
Worked for me at the start of my programming career. I had a few Stack Overflow answers (few hundred karma) and a fairly barebones GitHub profile. I applied to a large local IT corporation. The person interviewing me (who was a team lead) s
21.
▲
by
tryfinally
3y ago
Always interested in a C# game codebase, thanks for sharing!
22.
▲
by
tryfinally
3y ago
> Debugging a LangChain error is near impossible, even with verbose=True. (A while ago) I tried using LangChain and shortly gave up after not finding any way whatsoever to actually debug what’s going on under the hood (eg. see the actual
23.
▲
by
tryfinally
3y ago
This is inexcusable, and provides no benefit other than intentionally confusing the reader. I wish companies were more afraid of using blatant dark patterns in whatever they publish. I’m sure there’s a solution somewhere out there - perhaps
24.
▲
Userstyle for wider ChatGPT conversation window
(tryfinally.dev)
1 points
by
tryfinally
3y ago
|
1 comments
25.
▲
by
tryfinally
3y ago
This is a somewhat low-effort post, but I figured I might as well share because I've personally found the default layout to be extremely annoying. I also added a snippet for hiding the severely anti-user "Enable chat history&quo
26.
▲
by
tryfinally
4y ago
> Another problem is the lack of guarantees that 100 years later the same company would care about frozen people at all It’s not like they’re likely to change their business model to online advertisement. And assuming the tech actually b
27.
▲
by
tryfinally
4y ago
Sure! My requirements are very simple, so my setup isn’t very complicated. The process isn’t precisely repeatable because each self-hosted app has different requirements, some require multiple containers, and so on. I start with a template
28.
▲
by
tryfinally
4y ago
I host tens of self-hosted apps for various purposes, including ones similar to this one, all via docker-compose. Setting up new ones is a breeze (thanks to Traefik), backing up the configuration and data is trivial, upgrading to the latest
29.
▲
by
tryfinally
4y ago
I use this AutoHotkey oneliner. WIN+Space pins/unpins the current window. #SPACE:: Winset, Alwaysontop, , A (Save to set-always-on-top.ahk, and create a shortcut to the script in %userprofile%\AppData\Roaming\Microsoft\Windows
30.
▲
by
tryfinally
4y ago
It sounds like a good idea to preemptively disable Windows Error Reporting. I usually do it (and kill all other telemetry I can find) on all Windows machines I set up. Microsoft’s going to need to try harder than this to convince me to keep
More ›