Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
peschkaj
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
peschkaj
2y ago
Well, I mean you could use an adze or a froe. Axes are really common in green woodworking (chair making) and they’re great for getting wood to split along the grain.
2.
▲
by
peschkaj
3y ago
/me also waves from behind a CNC machine, pile of tools, jigs, etc
3.
▲
by
peschkaj
5y ago
Yup! Mostly legal. We maintain a legal guidance page[1] covering what you can and can't do with the data. I assume our lawyers have been involved, but what do I know? [1]: https://stackoverflow.com/legal/trademark-
4.
▲
by
peschkaj
5y ago
We intend to keep publishing data dumps and with the same regularity.
5.
▲
by
peschkaj
6y ago
I use X410 and run tools from inside of WSL2 by exporting the display. Works well for Emacs, JetBrains Rider, and every other GUI application I've tried so far.
6.
▲
by
peschkaj
7y ago
The "Remote - WSL" extension allows you to open a folder inside WSL but keep writing code inside VS Code running as a Windows process. It's available at https://github.com/Microsoft/vscode-remote-release.
7.
▲
by
peschkaj
7y ago
My install seems to have no ads at all (including on the Start Menu) and I am using Win 10 Pro that I installed straight from the Windows download page. Maybe I don't get ads because I'm on the Insiders Slow Ring.
8.
▲
How the Linux Kernel Detects PCI Devices and Pairs Them with Their Drivers
(codeofconnor.com)
4 points
by
peschkaj
7y ago
|
0 comments
9.
▲
by
peschkaj
8y ago
Wat? My highest overall tax percentage was 32% when I made 300k as a single person.
10.
▲
by
peschkaj
10y ago
I run Ubuntu on a 5510 and I love it. I get between 5 and 7 hours of battery life with it. Using the NVidia card will kill the battery, so be careful and make sure you set up Bumblebee/BBSwitch on Linux (or the NVidia settings on Windo
11.
▲
by
peschkaj
10y ago
It's just the relational engine for now, no SSIS, SSAS, or SSRS. If you want to see more capabilities on Linux, I'd open a Connect item or search for an existing one and share it back here so people can vote.
12.
▲
by
peschkaj
10y ago
Are you referring to the i7-6700HQ that was released in 2015? The CPU that's present in the 15" Retina MacBook Pro? Or is there a different CPU that nobody else is privy to?
13.
▲
by
peschkaj
10y ago
I think we're in agreement writing applications in the database isn't a good idea. By "empirical proof", I mean that I have never seen anyone conclusively prove that switching data access from stored procedures to ad hoc
14.
▲
by
peschkaj
10y ago
I've yet to see empirical proof that stored procedures don't scale well. If you write an application in your SQL dialect of choice, that likely won't scale well, but putting data access behind an API should scale well no matt
15.
▲
by
peschkaj
12y ago
If you're using Hyper-V, you get an unlimited number of guests if you've purchased Windows Server Enterprise Edition. Last I checked, it's not even that expensive of an upgrade.
16.
▲
64bit Pointer Truncation in Meterpreter
(buffered.io)
22 points
by
peschkaj
13y ago
|
3 comments
17.
▲
A Move Away from SQL Server - No Longer Buying Aircraft Carriers
(datachomp.com)
9 points
by
peschkaj
13y ago
|
1 comments
18.
▲
CorrugatedIron 1.4 - Using Riak from .NET just got better
(brentozar.com)
3 points
by
peschkaj
13y ago
|
1 comments
19.
▲
Tolerating the Surface Pro
(ozar.me)
42 points
by
peschkaj
13y ago
|
60 comments
20.
▲
by
peschkaj
13y ago
I saw it demoed today. Hekaton is an announced and public feature of SQL14.
21.
▲
by
peschkaj
14y ago
I don't know if they've fixed the issue, but the Box client used to spike CPU at 100% on OS X. This would occur when you have a folder hierarchy with a lot of small files in it. It turned out that their client was enumerating folders and fi
22.
▲
by
peschkaj
14y ago
Depending on the SSD vendor, many drives expose performance counters to help you estimate wear level.
23.
▲
by
peschkaj
14y ago
I think we should commission such a study. Those of us with English degrees will be perfectly suited to conducting this survey and delivering the results in epic poem format.
24.
▲
Notes on Scalability
(brentozar.com)
5 points
by
peschkaj
15y ago
|
0 comments
25.
▲
What work in 2012 scares you?
(brentozar.com)
1 points
by
peschkaj
15y ago
|
0 comments
26.
▲
by
peschkaj
15y ago
MongoDB's journal is another collection that only syncs to disk 10 times a second. It's not a true journal like a write-ahead log. You can force that collection to fsync, but... yeah, I get get stupendous performance using a cheap RAID cont
27.
▲
by
peschkaj
15y ago
You are correct - any database with the entire dataset in memory will be incredibly fast. SQL Server bypasses the Windows file system cache and will aggressively manage memory to keep frequently accessed data pages resident in RAM. The read
28.
▲
Locks Aren't Slow; Lock Contention Is
(preshing.com)
3 points
by
peschkaj
15y ago
|
1 comments
29.
▲
by
peschkaj
15y ago
It does. As does Cassandra.
30.
▲
by
peschkaj
15y ago
Good to know, I wasn't aware of both of these features. Thanks!
More ›