Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
NathanOsullivan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
NathanOsullivan
7mo ago
IMO it is 100% this - these AI tools are letting anyone solve problems that were previously in the domain of programmers.
2.
▲
by
NathanOsullivan
9mo ago
I am off similar vintage to the author. I have no idea when Apache first supported SSI , but personally I never knew it existed until years after PHP became popular. I would guess , assuming that `Options +Includes` cannot be done by unprin
3.
▲
by
NathanOsullivan
3y ago
Normally I would eye-roll at these kind of self promotions but it looks like you are trying to help with a real pain point of Nix. I put a good amount of time getting to grips with "raw" nix with the I imagine common yo-yo-ing bet
4.
▲
by
NathanOsullivan
3y ago
It's not a good reason but I believe this happens because voice command has to go to Google server, Google talk to light vendor API, light vendor communicates with your device, and lights go off only if all of this succeeds. Meanwhil
5.
▲
by
NathanOsullivan
3y ago
Snaps is just the latest in a long line of failed attempts to differentiate their desktop. Give it a few years and they will switch to Flatpack.
6.
▲
by
NathanOsullivan
3y ago
Re type annotations, is there some non-default setting or plugin I am overlooking? As a long time pycharm user who recently switched to vscode, I have found pycharm's understanding of type annotations to be borderline broken. def f
7.
▲
by
NathanOsullivan
3y ago
Not aware of a built in way, but if you use bash or similar as your shell you can do an alias like git config --global alias.chpull '!f() { git checkout "$1" && git pull; }; f'
8.
▲
by
NathanOsullivan
4y ago
I got into PCs around same time as you, but imho the best overclock came years later: the Intel Celeron 300A would happily run at 450mhz for a whopping 50% increase. I was right into FPS games at the time, and for a while it seemed every se
9.
▲
by
NathanOsullivan
4y ago
FWIW bash supports arrays, and running commands with an array providing the arguments
10.
▲
by
NathanOsullivan
4y ago
Like it or not, Docker is the Kleenex of containers.
11.
▲
by
NathanOsullivan
4y ago
I don't understand why Computer Programmer (or just Programmer) went out of fashion.
12.
▲
by
NathanOsullivan
4y ago
Long time OW player here. Smurfs in overwatch (1) were incredibly obvious because a) each players 'level' - which correlates directly with hours played - was prominently displayed, so new accounts were immediately identifiable; an
13.
▲
by
NathanOsullivan
4y ago
It's fascinating to me how some solutions in programming become 'trendy' and get used everywhere, even when it may not be the right solution. And then other solutions, like the "COMB GUID" from 2002 have stayed in r
14.
▲
The Cost of GUIDs as Primary Keys (2002)
(informit.com)
3 points
by
NathanOsullivan
4y ago
|
1 comments
15.
▲
by
NathanOsullivan
5y ago
I can't get into doom eternal either, but for the opposite reason. For me it is too arcadey - the way enemies flash when a glory kill is possible, the subsequent button combo and fixed animations, the oversaturated colour of items as t
16.
▲
by
NathanOsullivan
5y ago
Ultrawide are actually still quite standardized. The most common size is 34" . They are the same height as a 16:9 27" and the same amount of vertical pixels - one of 1080,1440, 2160. It is derived from the same panel as what goes
17.
▲
by
NathanOsullivan
5y ago
I agree, the answer list is clearly curated to avoid unusual words. This leaves a fuzzy middle ground for human players: there are accepted guess words like SOARE that can be good as a first guess, but is almost certainly not going to be th
18.
▲
by
NathanOsullivan
5y ago
IMO using the guess list is fine. Since the game rejects words that are not in the guess list without penalty, it could easily have been brute forced if it was not easily obtainable from the implementation.
19.
▲
by
NathanOsullivan
5y ago
The article is a summary of https://www.cpubenchmark.net/singleThread.html as it stood at the time. Intel 12th gen is fairly dominant on this particular benchmark right now.
20.
▲
by
NathanOsullivan
5y ago
Fwiw if you are an outsider, having gone through this exact issue myself recently start with venv: https://docs.python.org/3/library/venv.html It is a standard library module and serves as the base functionality,
21.
▲
by
NathanOsullivan
5y ago
From homepage of apple.com: "iPad Pro: Supercharged by the Apple M1 chip."
22.
▲
by
NathanOsullivan
6y ago
This particular screen is slow even by e-ink standards
23.
▲
by
NathanOsullivan
6y ago
Web hosters and the like need stability and don't really care about the underlying distribution at all. Those types of users will leave CentOS and never look back.
24.
▲
by
NathanOsullivan
6y ago
AMD has a public roadmap, and (assuming they execute) their next CPU in 2021 will be 5nm. Apple do not of course, but TSMC have stated they expect 3nm to be produced in volume in 2H22 which tells us we have at least one more round of Apple
25.
▲
by
NathanOsullivan
6y ago
Most of them are shell gotchas, and so would apply to rg
26.
▲
by
NathanOsullivan
6y ago
Thank you for your work on wg-access-server, I am happily using it at work with the multi user support to let staff self-service their VPN logins. There's a few rough edges if you wander off from the simplest use case and a few nice-to
27.
▲
by
NathanOsullivan
6y ago
systemd-resolved explicitly (as in, it is documented behaviour) will not touch /etc/resolv.conf if it is a plain file. It relies on /etc/resolv.conf being a symbolic link to it's generated version in /run/
28.
▲
by
NathanOsullivan
7y ago
It is poor etiquette to not include a disclosure of your relationship to the link provided.
29.
▲
by
NathanOsullivan
7y ago
I think there is also a segment of people (which I would include myself in) who feel that artwork is the output of a practiced craft person - ie the work should be difficult-to-impossible for the lay person to recreate. I understand the art
30.
▲
by
NathanOsullivan
7y ago
They also have a form on their site to submit corrections. Maxmind's db is so prevalent now, I suspect (indirect) users submit all the info they need nowadays.
More ›