Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kogir
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
kogir
2mo ago
I’ve not tried with 10gbps or faster links, but since we’re talking home use my success with 2.5 gbps links on standard amd64 hardware would suggest you’re wrong. Modern CPUs are quite capable. The problem isn’t performance, but power use.
2.
▲
by
kogir
2mo ago
I’ve always solved this with Multiple Active Result Sets and stored procedures. Collect the data in the stored procedure with temp/in-memory tables and return minimal, non-duplicated, related result sets. Single round trip, still accum
3.
▲
by
kogir
5mo ago
With secure boot, full disk encryption, and robust backups, this risk should be largely mitigated, right? That’s what I’m personally banking on. I think anyone with the resources to bypass these would first just use a rubber hose.
4.
▲
by
kogir
6mo ago
MacOS assumes you won’t full screen every app because all of them ship with large enough, high enough resolution monitors that full screening a single app is a waste of valuable space. Unlike on cheap laptops with 1080p screens. I suppose y
5.
▲
by
kogir
8mo ago
Yes, and highlighting a failing in email that cannot be fixed, but which is addressed in other services where confidentiality is desired.
6.
▲
by
kogir
10mo ago
OIDC is usually limited to a small selection of providers.
7.
▲
by
kogir
11mo ago
Any properly grounded device will do that with specifically incorrect electrical wiring and/or a shoddy charger. Did this happen with a properly wired outlet, and an undamaged Apple charger? I have doubts that it did, as that would war
8.
▲
by
kogir
1y ago
Another example for all you computer folks out there: ultimately, all software engineering is just moving electrons around. But imagine how hard your job would be if you could only talk about electrons moving around. No arrays, sta
9.
▲
by
kogir
2y ago
I really miss the feature of CSR devices that allowed keyboard and mouse use before OS boot, and wish any modern Bluetooth receiver was capable of it. Is it a patent issue?
10.
▲
by
kogir
2y ago
Am I misunderstanding this? Isn’t this just the view, rating, and comment data required to offer the service? Building an interface to search that data is exactly how you’d evaluate a recommendation engine.
11.
▲
by
kogir
2y ago
While I’m all for physical controls, especially ones that self-adjust to reflect the state of the remote device at all times, I wonder if the author just doesn’t know you can finely adjust volume in iOS control center by force/long pre
12.
▲
by
kogir
2y ago
wget begs to differ. Kidding aside, where exactly does it end? How do you consider when you’ve hit “too much” and how many pieces must be split out when you do? Should every product in the Office suite be offered only individually?
13.
▲
by
kogir
2y ago
This seems to cover many common pain points, but I’ve written my fair share of .NET serializers and for anything I build now I’d just use protocol buffers. Robust support, handles versioning pretty well, and works cross platform. I’d like
14.
▲
by
kogir
2y ago
I’ve never actually been detained or questioned (but know people who have). If I were I’d tell them the truth that I feel more vulnerable during the chaos of travel and don’t want any risk that a lost or stolen device could leak anything pe
15.
▲
by
kogir
2y ago
I’m probably a little odd but I wipe my devices before international travel. All my travel documents are printed. If they want to steal a device, I’ll just replace it. When I arrive safely I restore from backup and nothing is lost except an
16.
▲
by
kogir
2y ago
READ COMMITTED is great for applications that need a coherent snapshot of the database but not necessarily the absolutely most recent data, which in my experience is actually most apps. It allows readers to see valid data (relationships are
17.
▲
by
kogir
2y ago
Everything works fine via iCloud private relay. No account or other mitigations required. So perhaps it’s not VPNs that are blocked and instead the traffic you’re sharing an IP with.
18.
▲
by
kogir
3y ago
svchost.exe is literally what the name implies. It's a generic service host. You pass it a dll and an entrypoint (via command line arguments and registry keys) and it runs it. You should look at which thing it's actually running t
19.
▲
ShotSpotter: listening in on the neighborhood
(computer.rip)
523 points
by
kogir
3y ago
|
399 comments
20.
▲
Multi-channel Audio Part 2
(computer.rip)
85 points
by
kogir
3y ago
|
32 comments
21.
▲
When the "R" goes missing from R&D (2021)
(madned.substack.com)
218 points
by
kogir
3y ago
|
104 comments
22.
▲
by
kogir
3y ago
Obviously not? Where are you living where even if fiber is available in your city, it’s not just a small section you’d need to deliberately account for in your selection of housing?
23.
▲
by
kogir
3y ago
Bitlocker requires a Professional or greater license of Windows, but needs neither an internet connection nor a Microsoft account. I have mine setup with TPM + PIN, and have archived the recovery keys myself, not stored them with Microsoft.
24.
▲
by
kogir
3y ago
This happened to me on one of my domains, and Spotify support was similarly useless. I finally resolved it by resetting the passwords and deleting 5-10 accounts a day, until the spammers decided continued use of my domain wasn’t worth their
25.
▲
by
kogir
3y ago
Hibernate is usually used to allow the computer to shut down completely and not remain in standby, saving battery. It’s not about boot speed anymore.
26.
▲
by
kogir
4y ago
I wish they’d name the third party library.
27.
▲
by
kogir
4y ago
Materialized views are a much more powerful tool when used on databases that properly support them. When I’ve used them the database has transparently handled updating them efficiently as the source data changes.
28.
▲
by
kogir
4y ago
Since nobody has linked it yet, there's a comprehensive document covering this and related topics, here: https://www.ycombinator.com/legal/ YC has multiple in-house lawyers. They're not going to risk their bu
29.
▲
by
kogir
4y ago
AWS is my largest annoyance in this regard.
30.
▲
by
kogir
4y ago
I was able to determine that someone with the exact same bag had taken mine from baggage claim and retrieve it from them before they left the airport with it. We both had much better vacations as a result. I’m going to keep mine in my lugga
More ›