Viewing profile — NathanOsullivan
NathanOsullivan
HN member- Joined
- Wed, Dec 11, 2013, 4:17 AM UTC
- HN karma
- 187
- Public activity
- 67 items
- HN profile
- View on Hacker News ↗
About NathanOsullivan
No profile information was provided.
Recent public activity
-
comment
Comment #47223702
IMO it is 100% this - these AI tools are letting anyone solve problems that were previously in the domain of programmers.
-
comment
Comment #46301087
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 …
-
comment
Comment #36076431
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…
-
comment
Comment #35739163
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…
-
comment
Comment #35646687
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.
-
comment
Comment #35398704
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…
-
comment
Comment #35396990
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'
-
comment
Comment #34281537
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 in…
-
comment
Comment #34099246
FWIW bash supports arrays, and running commands with an array providing the arguments
-
comment
Comment #33336725
Like it or not, Docker is the Kleenex of containers.
-
comment
Comment #33218427
I don't understand why Computer Programmer (or just Programmer) went out of fashion.
-
comment
Comment #33127392
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,…
-
comment
Comment #32362872
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 "CO…
- story
-
comment
Comment #30547672
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 f…
-
comment
Comment #30236922
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, 216…
-
comment
Comment #30120670
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 …
-
comment
Comment #30120413
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 obtainabl…
-
comment
Comment #30081208
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.
-
comment
Comment #28752614
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 s…
-
comment
Comment #28047868
From homepage of apple.com: "iPad Pro: Supercharged by the Apple M1 chip."
-
comment
Comment #25532782
This particular screen is slow even by e-ink standards
-
comment
Comment #25499992
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.
-
comment
Comment #25490244
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 2…
-
comment
Comment #25004532
Most of them are shell gotchas, and so would apply to rg